public interface StateHolder
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Property<?>> |
properties() |
<T> Property<T> |
propertyFor(AccessibleObject accessor)
Get a property for a specific accessor
|
<T> Property<T> propertyFor(AccessibleObject accessor) throws IllegalArgumentException
accessor - of the propertyIllegalArgumentException - if no property for given accessor exists