private class BeanWrapperImpl.BeanPropertyHandler extends AbstractNestablePropertyAccessor.PropertyHandler
Modifier and Type | Field and Description |
---|---|
private java.beans.PropertyDescriptor |
pd |
Constructor and Description |
---|
BeanPropertyHandler(java.beans.PropertyDescriptor pd) |
Modifier and Type | Method and Description |
---|---|
ResolvableType |
getResolvableType() |
java.lang.Object |
getValue() |
TypeDescriptor |
nested(int level) |
void |
setValue(java.lang.Object value) |
TypeDescriptor |
toTypeDescriptor() |
getCollectionType, getMapKeyType, getMapValueType, getPropertyType, isReadable, isWritable
public ResolvableType getResolvableType()
getResolvableType
in class AbstractNestablePropertyAccessor.PropertyHandler
public TypeDescriptor toTypeDescriptor()
toTypeDescriptor
in class AbstractNestablePropertyAccessor.PropertyHandler
@Nullable public TypeDescriptor nested(int level)
nested
in class AbstractNestablePropertyAccessor.PropertyHandler
@Nullable public java.lang.Object getValue() throws java.lang.Exception
getValue
in class AbstractNestablePropertyAccessor.PropertyHandler
java.lang.Exception
public void setValue(@Nullable java.lang.Object value) throws java.lang.Exception
setValue
in class AbstractNestablePropertyAccessor.PropertyHandler
java.lang.Exception