Uses of Interface
io.github.mmm.marshall.MarshallingObject
-
Packages that use MarshallingObject Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.bean.property ContainsBeanPropertyto allow a bean to contain another bean.io.github.mmm.entity.bean Contains the API for entity beans.io.github.mmm.entity.property.id Contains property support for IDs.io.github.mmm.entity.property.link Contains property support for links to entity bean (one-to-one relation).io.github.mmm.property Provides the API for generic and powerful properties.io.github.mmm.property.booleans Contains property infrastructure forBoolean.io.github.mmm.property.container Contains property infrastructure for containers (such as Collection or Map).io.github.mmm.property.container.collection io.github.mmm.property.container.list Contains property infrastructure forList.io.github.mmm.property.container.map Contains property infrastructure forMap.io.github.mmm.property.container.set Contains property infrastructure forSet.io.github.mmm.property.number Contains property infrastructure forNumber.io.github.mmm.property.number.bigdecimal Contains property infrastructure forBigDecimal.io.github.mmm.property.number.biginteger Contains property infrastructure forBigInteger.io.github.mmm.property.number.bytes Contains property infrastructure forByte.io.github.mmm.property.number.doubles Contains property infrastructure forDouble.io.github.mmm.property.number.floats Contains property infrastructure forFloat.io.github.mmm.property.number.integers Contains property infrastructure forInteger.io.github.mmm.property.number.longs Contains property infrastructure forLong.io.github.mmm.property.number.shorts Contains property infrastructure forShort.io.github.mmm.property.object Contains property infrastructure forObject.io.github.mmm.property.range Contains property infrastructure forRange.io.github.mmm.property.string Contains property infrastructure forString.io.github.mmm.property.temporal Contains property infrastructure forjava.time.io.github.mmm.property.temporal.instant Contains property infrastructure forInstant.io.github.mmm.property.temporal.localdate Contains property infrastructure forLocalDate.io.github.mmm.property.temporal.localdatetime Contains property infrastructure forLocalDateTime.io.github.mmm.property.temporal.localtime Contains property infrastructure forLocalTime.io.github.mmm.property.temporal.offsetdatetime Contains property infrastructure forOffsetDateTime.io.github.mmm.property.temporal.offsettime Contains property infrastructure forOffsetTime.io.github.mmm.property.temporal.zoneddatetime Contains property infrastructure forZonedDateTime. -
-
Uses of MarshallingObject in io.github.mmm.bean
Subinterfaces of MarshallingObject in io.github.mmm.bean Modifier and Type Interface Description interfaceVirtualBeanWritableBeanthat may bevirtualso it can potentially represent types that do not exist as JavaClass.interfaceWritableBeanWritable interface ofReadableBean.Classes in io.github.mmm.bean that implement MarshallingObject Modifier and Type Class Description classAbstractBeanAbstract base implementation ofWritableBean.classAbstractVirtualBeanImplementation ofVirtualBeanas regular java class.classAdvancedBeanImplementation ofVirtualBeanas regular java class.classBeanRegular implementation ofWritableBean.classDynamicBean -
Uses of MarshallingObject in io.github.mmm.bean.property
Subinterfaces of MarshallingObject in io.github.mmm.bean.property Modifier and Type Interface Description interfaceWritableBeanProperty<V extends WritableBean>Classes in io.github.mmm.bean.property that implement MarshallingObject Modifier and Type Class Description classBeanProperty<V extends WritableBean>Implementation ofBeanProperty. -
Uses of MarshallingObject in io.github.mmm.entity.bean
Subinterfaces of MarshallingObject in io.github.mmm.entity.bean Modifier and Type Interface Description interfaceEntityBeanWritableBeanfor an entity that can be loaded from or saved to a database.Classes in io.github.mmm.entity.bean that implement MarshallingObject Modifier and Type Class Description classSimpleEntityBeanImplementation ofEntityBeanas simpleBean. -
Uses of MarshallingObject in io.github.mmm.entity.property.id
Classes in io.github.mmm.entity.property.id that implement MarshallingObject Modifier and Type Class Description classIdProperty<E> -
Uses of MarshallingObject in io.github.mmm.entity.property.link
Classes in io.github.mmm.entity.property.link that implement MarshallingObject Modifier and Type Class Description classLinkProperty<E> -
Uses of MarshallingObject in io.github.mmm.property
Subinterfaces of MarshallingObject in io.github.mmm.property Modifier and Type Interface Description interfaceWritableProperty<V>Apropertywith write access (e.g.Classes in io.github.mmm.property that implement MarshallingObject Modifier and Type Class Description classProperty<V>Implementation ofWritableProperty. -
Uses of MarshallingObject in io.github.mmm.property.booleans
Subinterfaces of MarshallingObject in io.github.mmm.property.booleans Modifier and Type Interface Description interfaceWritableBooleanPropertyClasses in io.github.mmm.property.booleans that implement MarshallingObject Modifier and Type Class Description classBooleanPropertyImplementation ofWritableBooleanProperty. -
Uses of MarshallingObject in io.github.mmm.property.container
Subinterfaces of MarshallingObject in io.github.mmm.property.container Modifier and Type Interface Description interfaceWritableContainerProperty<V,E>WritablePropertywith containervalue.Classes in io.github.mmm.property.container that implement MarshallingObject Modifier and Type Class Description classContainerProperty<V,E>Implementation ofWritableContainerProperty. -
Uses of MarshallingObject in io.github.mmm.property.container.collection
Subinterfaces of MarshallingObject in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfaceio.github.mmm.property.container.collection.WritableCollectionProperty<V extends Collection<E>,E>Classes in io.github.mmm.property.container.collection with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw MarshallingObject Modifier and Type Class Description classio.github.mmm.property.container.collection.CollectionProperty<V extends Collection<E>,E>Implementation ofWritableCollectionProperty. -
Uses of MarshallingObject in io.github.mmm.property.container.list
Subinterfaces of MarshallingObject in io.github.mmm.property.container.list Modifier and Type Interface Description interfaceWritableListProperty<E>Classes in io.github.mmm.property.container.list that implement MarshallingObject Modifier and Type Class Description classListProperty<E>Implementation ofWritableListProperty. -
Uses of MarshallingObject in io.github.mmm.property.container.map
Subinterfaces of MarshallingObject in io.github.mmm.property.container.map Modifier and Type Interface Description interfaceWritableMapProperty<K,V>Classes in io.github.mmm.property.container.map that implement MarshallingObject Modifier and Type Class Description classMapProperty<K,V>Implementation ofWritableMapProperty. -
Uses of MarshallingObject in io.github.mmm.property.container.set
Subinterfaces of MarshallingObject in io.github.mmm.property.container.set Modifier and Type Interface Description interfaceWritableSetProperty<E>Classes in io.github.mmm.property.container.set that implement MarshallingObject Modifier and Type Class Description classSetProperty<E>Implementation ofWritableSetProperty. -
Uses of MarshallingObject in io.github.mmm.property.number
Subinterfaces of MarshallingObject in io.github.mmm.property.number Modifier and Type Interface Description interfaceWritableNumberProperty<N extends Number & Comparable<? super N>>Classes in io.github.mmm.property.number that implement MarshallingObject Modifier and Type Class Description classNumberProperty<N extends Number & Comparable<? super N>>Implementation ofWritableNumberProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.bigdecimal
Subinterfaces of MarshallingObject in io.github.mmm.property.number.bigdecimal Modifier and Type Interface Description interfaceWritableBigDecimalPropertyClasses in io.github.mmm.property.number.bigdecimal that implement MarshallingObject Modifier and Type Class Description classBigDecimalPropertyImplementation ofWritableBigDecimalProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.biginteger
Subinterfaces of MarshallingObject in io.github.mmm.property.number.biginteger Modifier and Type Interface Description interfaceWritableBigIntegerPropertyClasses in io.github.mmm.property.number.biginteger that implement MarshallingObject Modifier and Type Class Description classBigIntegerPropertyImplementation ofWritableBigIntegerProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.bytes
Subinterfaces of MarshallingObject in io.github.mmm.property.number.bytes Modifier and Type Interface Description interfaceWritableBytePropertyClasses in io.github.mmm.property.number.bytes that implement MarshallingObject Modifier and Type Class Description classBytePropertyImplementation ofWritableByteProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.doubles
Subinterfaces of MarshallingObject in io.github.mmm.property.number.doubles Modifier and Type Interface Description interfaceWritableDoublePropertyClasses in io.github.mmm.property.number.doubles that implement MarshallingObject Modifier and Type Class Description classDoublePropertyImplementation ofWritableDoubleProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.floats
Subinterfaces of MarshallingObject in io.github.mmm.property.number.floats Modifier and Type Interface Description interfaceWritableFloatPropertyClasses in io.github.mmm.property.number.floats that implement MarshallingObject Modifier and Type Class Description classFloatPropertyImplementation ofWritableFloatProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.integers
Subinterfaces of MarshallingObject in io.github.mmm.property.number.integers Modifier and Type Interface Description interfaceWritableIntegerPropertyClasses in io.github.mmm.property.number.integers that implement MarshallingObject Modifier and Type Class Description classIntegerPropertyImplementation ofWritableIntegerProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.longs
Subinterfaces of MarshallingObject in io.github.mmm.property.number.longs Modifier and Type Interface Description interfaceWritableLongPropertyClasses in io.github.mmm.property.number.longs that implement MarshallingObject Modifier and Type Class Description classLongPropertyImplementation ofWritableLongProperty. -
Uses of MarshallingObject in io.github.mmm.property.number.shorts
Subinterfaces of MarshallingObject in io.github.mmm.property.number.shorts Modifier and Type Interface Description interfaceWritableShortPropertyClasses in io.github.mmm.property.number.shorts that implement MarshallingObject Modifier and Type Class Description classShortPropertyImplementation ofWritableShortProperty. -
Uses of MarshallingObject in io.github.mmm.property.object
Subinterfaces of MarshallingObject in io.github.mmm.property.object Modifier and Type Interface Description interfaceWritableObjectProperty<V>interfaceWritableSimpleProperty<V>WritablePropertyfor a simple datatype (and not acontainer property).Classes in io.github.mmm.property.object that implement MarshallingObject Modifier and Type Class Description classObjectProperty<V>Generic implementation ofWritablePropertyfor arbitrary objects that do not have their own custom implementation.classSimpleProperty<V>Propertyimplementation ofWritableSimpleProperty. -
Uses of MarshallingObject in io.github.mmm.property.range
Subinterfaces of MarshallingObject in io.github.mmm.property.range Modifier and Type Interface Description interfaceWritableRangeProperty<V>Classes in io.github.mmm.property.range that implement MarshallingObject Modifier and Type Class Description classRangeProperty<V>Implementation ofWritableRangeProperty. -
Uses of MarshallingObject in io.github.mmm.property.string
Subinterfaces of MarshallingObject in io.github.mmm.property.string Modifier and Type Interface Description interfaceWritableStringPropertyClasses in io.github.mmm.property.string that implement MarshallingObject Modifier and Type Class Description classStringListPropertyThis is an extension ofStringPropertythat stores a list ofStringvalues that are enclosed with pipe-symbols.classStringPropertyImplementation ofWritableStringProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal
Classes in io.github.mmm.property.temporal that implement MarshallingObject Modifier and Type Class Description classDurationInSecondsPropertyExtendsLongPropertyto store aDurationin seconds.classTemporalProperty<V extends Temporal> -
Uses of MarshallingObject in io.github.mmm.property.temporal.instant
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.instant Modifier and Type Interface Description interfaceWritableInstantPropertyClasses in io.github.mmm.property.temporal.instant that implement MarshallingObject Modifier and Type Class Description classInstantPropertyImplementation ofWritableInstantProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal.localdate
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.localdate Modifier and Type Interface Description interfaceWritableLocalDatePropertyClasses in io.github.mmm.property.temporal.localdate that implement MarshallingObject Modifier and Type Class Description classLocalDatePropertyThis is the implementation ofWritableLocalDateProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal.localdatetime
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.localdatetime Modifier and Type Interface Description interfaceWritableLocalDateTimePropertyClasses in io.github.mmm.property.temporal.localdatetime that implement MarshallingObject Modifier and Type Class Description classLocalDateTimePropertyThis is the implementation ofWritableLocalDateTimeProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal.localtime
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.localtime Modifier and Type Interface Description interfaceWritableLocalTimePropertyClasses in io.github.mmm.property.temporal.localtime that implement MarshallingObject Modifier and Type Class Description classLocalTimeProperty -
Uses of MarshallingObject in io.github.mmm.property.temporal.offsetdatetime
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.offsetdatetime Modifier and Type Interface Description interfaceWritableOffsetDateTimePropertyClasses in io.github.mmm.property.temporal.offsetdatetime that implement MarshallingObject Modifier and Type Class Description classOffsetDateTimePropertyThis is the implementation ofWritableOffsetDateTimeProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal.offsettime
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.offsettime Modifier and Type Interface Description interfaceWritableOffsetTimePropertyClasses in io.github.mmm.property.temporal.offsettime that implement MarshallingObject Modifier and Type Class Description classOffsetTimePropertyThis is the implementation ofWritableOffsetTimeProperty. -
Uses of MarshallingObject in io.github.mmm.property.temporal.zoneddatetime
Subinterfaces of MarshallingObject in io.github.mmm.property.temporal.zoneddatetime Modifier and Type Interface Description interfaceWritableZonedDateTimePropertyClasses in io.github.mmm.property.temporal.zoneddatetime that implement MarshallingObject Modifier and Type Class Description classZonedDateTimePropertyThis is the implementation ofWritableZonedDateTimeProperty.
-