PropertySource<O> |
PropertyHolderSource.addProperty(java.lang.Class<?> type,
java.lang.String name) |
|
PropertySource<O> |
PropertyHolderSource.addProperty(java.lang.String type,
java.lang.String name) |
|
PropertySource<O> |
PropertyHolderSource.addProperty(JavaType<?> type,
java.lang.String name) |
|
PropertySource<O> |
PropertyHolderSource.getProperty(java.lang.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(java.lang.Class<?> clazz) |
Set the type of this Property to the given Class type.
|
PropertySource<O> |
PropertySource.setType(java.lang.String type) |
Set the type of this Property to the given type.
|
PropertySource<O> |
PropertySource.setType(JavaType<?> entity) |
|