Serialized Form
|
Package org.springframework.binding.convert |
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.convert.support |
|
Class org.springframework.binding.convert.support.DefaultConversionServiceTests.MyEnum extends org.springframework.core.enums.ShortCodedLabeledEnum implements Serializable |
|
Package org.springframework.binding.expression |
expressionString
java.lang.String expressionString
- The expression string that could not be parsed.
|
Package org.springframework.binding.format |
invalidValue
java.lang.String invalidValue
expectedFormat
java.lang.String expectedFormat
|
Package org.springframework.binding.mapping |
|
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
Copyright © 2004-2007. All Rights Reserved.