Generated by
JDiff

Class org.springframework.expression.spel.support.ReflectivePropertyAccessor

Documentation changed from old to new.

Changed Methods
PropertyAccessor createOptimalAccessor(EvaluationContext, Object, String) Documentation changed from old to new.
Attempt to create an optimized property accessor tailored for a property of a particular name on a particular class.
Method findGetterForProperty(String, Class<?>, boolean) Documentation changed from old to new.
Find a getter method for the specified property.
 

Removed Fields
(Map<CacheKey, InvokerPair>readerCache  
(Map<CacheKey, TypeDescriptor>typeDescriptorCache  
(Map<CacheKey, Member>writerCache