Package org.springframework.beans
Class AbstractNestablePropertyAccessor.PropertyHandler
java.lang.Object
org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- Enclosing class:
- AbstractNestablePropertyAccessor
A handler for a specific property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getCollectionType(int nestingLevel) Class<?>getMapKeyType(int nestingLevel) Class<?>getMapValueType(int nestingLevel) Class<?>abstract org.springframework.core.ResolvableTypeabstract ObjectgetValue()booleanbooleanabstract org.springframework.core.convert.TypeDescriptornested(int level) abstract voidabstract org.springframework.core.convert.TypeDescriptor
-
Constructor Details
-
PropertyHandler
-
-
Method Details
-
getPropertyType
-
isReadable
public boolean isReadable() -
isWritable
public boolean isWritable() -
toTypeDescriptor
public abstract org.springframework.core.convert.TypeDescriptor toTypeDescriptor() -
getResolvableType
public abstract org.springframework.core.ResolvableType getResolvableType() -
getMapKeyType
-
getMapValueType
-
getCollectionType
-
nested
@Nullable public abstract org.springframework.core.convert.TypeDescriptor nested(int level) -
getValue
- Throws:
Exception
-
setValue
- Throws:
Exception
-