Class AbstractNestablePropertyAccessor.PropertyHandler
java.lang.Object
org.springframework.beans.AbstractNestablePropertyAccessor.PropertyHandler
- Enclosing class:
AbstractNestablePropertyAccessor
A handler for a specific property.
- Since:
- 4.2
- Author:
- Juergen Hoeller, Stephane Nicoll, Rod Johnson, Rob Harrop, Sam Brannen
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyHandler
(@Nullable Class<?> propertyType, boolean readable, boolean writable) -
Method Summary
Modifier and TypeMethodDescriptiongetCollectionType
(int nestingLevel) getMapKeyType
(int nestingLevel) getMapValueType
(int nestingLevel) abstract ResolvableType
getValue()
boolean
boolean
abstract @Nullable TypeDescriptor
nested
(int level) abstract void
boolean
abstract TypeDescriptor
-
Constructor Details
-
PropertyHandler
-
-
Method Details
-
getPropertyType
-
isReadable
public boolean isReadable() -
isWritable
public boolean isWritable() -
toTypeDescriptor
-
getResolvableType
-
getMapKeyType
-
getMapValueType
-
getCollectionType
-
nested
-
getValue
-
setValue
-
setValueFallbackIfPossible
-