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
ConstructorDescriptionPropertyHandler
(@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