Serialized Form
|
Package org.springframework.binding.collection |
targetMap
java.util.Map<K,V> targetMap
synchronize
boolean synchronize
weak
boolean weak
map
java.util.Map<K,V> map
- The wrapped, target map.
|
Package org.springframework.binding.convert |
sourceClass
java.lang.Class<T> sourceClass
- The source type we tried to convert the value from.
targetClass
java.lang.Class<T> targetClass
- The target type we tried to convert the value to.
sourceClass
java.lang.Class<T> sourceClass
targetClass
java.lang.Class<T> targetClass
|
Package org.springframework.binding.convert.converters |
invalidValue
java.lang.String invalidValue
expectedFormat
java.lang.String expectedFormat
|
Package org.springframework.binding.expression |
contextClass
java.lang.Class<T> contextClass
expressionString
java.lang.String expressionString
expressionString
java.lang.String expressionString
- The expression string that could not be parsed.
targetClass
java.lang.Class<T> targetClass
|
Package org.springframework.binding.message |
source
java.lang.Object source
text
java.lang.String text
severity
Severity severity
messageContext
MessageContext messageContext
objectName
java.lang.String objectName
boundObject
java.lang.Object boundObject
expressionParser
ExpressionParser expressionParser
mappingResults
MappingResults mappingResults
bindingErrorMessageCodesResolver
org.springframework.validation.MessageCodesResolver bindingErrorMessageCodesResolver
|
Package org.springframework.binding.method |
methodKey
MethodKey methodKey
- The method key that could not be resolved.
declaredType
java.lang.Class<T> declaredType
- The class the method is a member of.
methodName
java.lang.String methodName
- The method name.
parameterTypes
java.lang.Class<T>[] parameterTypes
- The method's actual parameter types. Could contain null values if the user did not specify a parameter type for
the corresponding parameter