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
-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionType
(int nestingLevel) getMapKeyType
(int nestingLevel) getMapValueType
(int nestingLevel) Class<?>
abstract ResolvableType
abstract Object
getValue()
boolean
boolean
abstract TypeDescriptor
nested
(int level) abstract void
boolean
setValueFallbackIfPossible
(Object value) abstract TypeDescriptor
-
Constructor Details
-
PropertyHandler
-
-
Method Details