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