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