public final class TransientStateInstance extends Object implements org.qi4j.api.property.StateHolder
Constructor and Description |
---|
TransientStateInstance(Map<AccessibleObject,org.qi4j.api.property.Property<?>> properties) |
Modifier and Type | Method and Description |
---|---|
Iterable<org.qi4j.api.property.Property<?>> |
properties() |
<T> org.qi4j.api.property.Property<T> |
propertyFor(AccessibleObject accessor) |
public TransientStateInstance(Map<AccessibleObject,org.qi4j.api.property.Property<?>> properties)
public <T> org.qi4j.api.property.Property<T> propertyFor(AccessibleObject accessor) throws IllegalArgumentException
propertyFor
in interface org.qi4j.api.property.StateHolder
IllegalArgumentException
public Iterable<org.qi4j.api.property.Property<?>> properties()
properties
in interface org.qi4j.api.property.StateHolder