PropertySource<O> |
PropertyHolderSource.addProperty(Class<?> type,
String name) |
|
PropertySource<O> |
PropertyHolderSource.addProperty(String type,
String name) |
|
PropertySource<O> |
PropertyHolderSource.addProperty(JavaType<?> type,
String name) |
|
PropertySource<O> |
PropertyHolderSource.getProperty(String name) |
|
PropertySource<O> |
PropertySource.removeAccessor() |
Remove the accessor method.
|
PropertySource<O> |
PropertySource.removeField() |
Remove the storing field.
|
PropertySource<O> |
PropertySource.removeMutator() |
Remove the mutator method.
|
PropertySource<O> |
PropertySource.setAccessible(boolean accessible) |
Set whether this property is accessible.
|
PropertySource<O> |
PropertySource.setMutable(boolean mutable) |
Set whether this property is mutable.
|
PropertySource<O> |
PropertySource.setType(Class<?> clazz) |
|
PropertySource<O> |
PropertySource.setType(String type) |
Set the type of this Property to the given type.
|
PropertySource<O> |
PropertySource.setType(JavaType<?> entity) |
|