open class BooleanTypedValue : TypedValue |
|
open class ReflectionHelper
Utility methods used by the reflection resolver code to discover the appropriate methods/constructors and fields that should be used in expressions. |
|
open class ReflectiveConstructorExecutor : ConstructorExecutor
A simple ConstructorExecutor implementation that runs a constructor using reflective invocation. |
|
open class ReflectiveConstructorResolver : ConstructorResolver
A constructor resolver that uses reflection to locate the constructor that should be invoked. |
|
open class ReflectiveMethodExecutor : MethodExecutor |
|
open class ReflectivePropertyAccessor : PropertyAccessor
Simple PropertyAccessor that uses reflection to access properties for reading and writing. A property can be accessed through a public getter method (when being read) or a public setter method (when being written), and also as a public field. |
|
open class StandardOperatorOverloader : OperatorOverloader |
|
open class StandardTypeComparator : TypeComparator
A simple basic TypeComparator implementation. It supports comparison of Numbers and types implementing Comparable. |
|
open class StandardTypeConverter : TypeConverter
Default implementation of the TypeConverter interface, delegating to a core Spring ConversionService. |
|
open class StandardTypeLocator : TypeLocator
A simple implementation of TypeLocator that uses the context ClassLoader (or any ClassLoader set upon it). It supports 'well-known' packages: So if a type cannot be found, it will try the registered imports to locate it. |