public static interface AutoBeanVisitor.PropertyContext
Modifier and Type | Method and Description |
---|---|
void |
accept(AutoBeanVisitor.ParameterizationVisitor visitor)
Allows deeper inspection of the declared parameterization of the
property.
|
boolean |
canSet()
Indicates if the
set(java.lang.Object) method will succeed. |
java.lang.Class<?> |
getType()
Returns the expected type of the property.
|
void |
set(java.lang.Object value)
Sets a property value.
|
void accept(AutoBeanVisitor.ParameterizationVisitor visitor)
boolean canSet()
set(java.lang.Object)
method will succeed.true
if the property can be setjava.lang.Class<?> getType()
void set(java.lang.Object value)
value
- the new value