Module io.github.mmm.property
Package io.github.mmm.property.object
Contains property infrastructure for
Object
.-
Interface Summary Interface Description ReadableObjectProperty<V> ReadableSimpleProperty<V> ReadableProperty
for a simple datatype (and not acontainer property
).WritableObjectProperty<V> WritableSimpleProperty<V> WritableProperty
for a simple datatype (and not acontainer property
). -
Class Summary Class Description ObjectProperty<V> Generic implementation ofWritableProperty
for arbitrary objects that do not have their own custom implementation.PropertyFactoryObject<V> This is the implementation ofPropertyFactory
forObjectProperty
.SimpleProperty<V> Property
implementation ofWritableSimpleProperty
.