public interface Property
BeanType
instance and obtainable from the RegistryObjectModel
.Modifier and Type | Method and Description |
---|---|
AttributeDescription |
getAttributeDescription()
Returns attribute description of this property.
|
BeanType |
getBeanType()
Returns the bean type this property.
|
java.lang.reflect.Method |
getGetter()
Returns the getter java method for this property.
|
java.lang.String |
getName()
Returns the property name.
|
java.lang.reflect.Method |
getSetter()
Returns the setter java method for this property.
|
java.lang.Class<?> |
getTargetType()
Returns the target type.
|
java.lang.String getName()
String
java.lang.Class<?> getTargetType()
java.lang.reflect.Method getGetter()
java.lang.reflect.Method getSetter()
BeanType getBeanType()
AttributeDescription getAttributeDescription()