Generated by
JDiff

Package org.springframework.expression.spel.support

Added Classes
ReflectiveConstructorExecutor A simple ConstructorExecutor implementation that runs a constructor using reflective invocation.
ReflectiveMethodExecutor @author Andy Clement
ReflectivePropertyAccessor.
OptimalPropertyAccessor
An optimized form of a PropertyAccessor that will use reflection but only knows how to access a particular property on a particular class.
 

Changed Classes
ReflectionHelper Utility methods used by the reflection resolver code to discover the appropriate methods/constructors and fields that should be used in expressions.
ReflectivePropertyAccessor Simple PropertyAccessor that uses reflection to access properties for reading and writing.