spring-binding

Serialized Form


Package org.springframework.binding.collection

Class org.springframework.binding.collection.AbstractCachingMapDecorator extends java.lang.Object implements Serializable

Serialized Fields

targetMap

java.util.Map<K,V> targetMap

synchronize

boolean synchronize

weak

boolean weak

Class org.springframework.binding.collection.SharedMapDecorator extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.Map<K,V> map
The wrapped, target map.


Package org.springframework.binding.convert

Class org.springframework.binding.convert.ConversionException extends java.lang.RuntimeException implements Serializable

Class org.springframework.binding.convert.ConversionExecutionException extends ConversionException implements Serializable

Serialized Fields

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.

Class org.springframework.binding.convert.ConversionExecutorNotFoundException extends ConversionException implements Serializable

Serialized Fields

sourceClass

java.lang.Class<T> sourceClass

targetClass

java.lang.Class<T> targetClass

Package org.springframework.binding.convert.converters

Class org.springframework.binding.convert.converters.InvalidFormatException extends java.lang.RuntimeException implements Serializable

Serialized Fields

invalidValue

java.lang.String invalidValue

expectedFormat

java.lang.String expectedFormat

Package org.springframework.binding.expression

Class org.springframework.binding.expression.EvaluationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

contextClass

java.lang.Class<T> contextClass

expressionString

java.lang.String expressionString

Class org.springframework.binding.expression.ParserException extends java.lang.RuntimeException implements Serializable

Serialized Fields

expressionString

java.lang.String expressionString
The expression string that could not be parsed.

Class org.springframework.binding.expression.PropertyNotFoundException extends EvaluationException implements Serializable

Class org.springframework.binding.expression.ValueCoercionException extends EvaluationException implements Serializable

Serialized Fields

targetClass

java.lang.Class<T> targetClass

Package org.springframework.binding.message

Class org.springframework.binding.message.Message extends java.lang.Object implements Serializable

Serialized Fields

source

java.lang.Object source

text

java.lang.String text

severity

Severity severity

Class org.springframework.binding.message.MessageContextErrors extends org.springframework.validation.AbstractErrors implements Serializable

Serialized Fields

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

Class org.springframework.binding.method.InvalidMethodKeyException extends java.lang.RuntimeException implements Serializable

Serialized Fields

methodKey

MethodKey methodKey
The method key that could not be resolved.

Class org.springframework.binding.method.MethodInvocationException extends java.lang.RuntimeException implements Serializable

Class org.springframework.binding.method.MethodKey extends java.lang.Object implements Serializable

Serialized Fields

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


spring-binding