Serialized Form


Package org.springframework.binding.collection

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 org.springframework.core.NestedRuntimeException implements Serializable

Serialized Fields

sourceClass

java.lang.Class<T> sourceClass
The source type we tried to convert from


targetClass

java.lang.Class<T> targetClass
The target type we tried to convert to.


Package org.springframework.binding.expression

Class org.springframework.binding.expression.EvaluationException extends org.springframework.core.NestedRuntimeException implements Serializable

Class org.springframework.binding.expression.ParserException extends org.springframework.core.NestedRuntimeException implements Serializable

Serialized Fields

expressionString

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


Package org.springframework.binding.format

Class org.springframework.binding.format.InvalidFormatException extends org.springframework.core.NestedRuntimeException implements Serializable

Serialized Fields

invalidValue

java.lang.String invalidValue

expectedFormat

java.lang.String expectedFormat

Class org.springframework.binding.format.Style extends org.springframework.core.enums.StaticLabeledEnum implements Serializable


Package org.springframework.binding.mapping

Class org.springframework.binding.mapping.RequiredMappingException extends java.lang.IllegalStateException implements Serializable


Package org.springframework.binding.method

Class org.springframework.binding.method.InvalidMethodKeyException extends org.springframework.core.NestedRuntimeException implements Serializable

Serialized Fields

methodKey

MethodKey methodKey
The method key that could not be resolved.

Class org.springframework.binding.method.MethodInvocationException extends org.springframework.core.NestedRuntimeException 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



Copyright © 2009 Spring Framework. All Rights Reserved.