Uses of Interface
io.github.mmm.marshall.StructuredReader
-
Packages that use StructuredReader 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.entity.id Contains API and implementation for primary keys that uniquely identify an entity.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.marshall Provides the API for marshalling and unmarshalling data.io.github.mmm.marshall.standard 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.map Contains property infrastructure forMap.io.github.mmm.property.number Contains property infrastructure forNumber.io.github.mmm.property.object Contains property infrastructure forObject.io.github.mmm.property.range Contains property infrastructure forRange.io.github.mmm.property.temporal Contains property infrastructure forjava.time. -
-
Uses of StructuredReader in io.github.mmm.bean
Methods in io.github.mmm.bean with parameters of type StructuredReader Modifier and Type Method Description default voidWritableBean. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.entity.id
Methods in io.github.mmm.entity.id with parameters of type StructuredReader Modifier and Type Method Description static <E> Id<E>IdMarshaller. readId(StructuredReader reader, IdMapper mapper, Class<E> type) -
Uses of StructuredReader in io.github.mmm.entity.property.id
Methods in io.github.mmm.entity.property.id with parameters of type StructuredReader Modifier and Type Method Description voidIdProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.entity.property.link
Methods in io.github.mmm.entity.property.link with parameters of type StructuredReader Modifier and Type Method Description voidLinkProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.marshall
Classes in io.github.mmm.marshall that implement StructuredReader Modifier and Type Class Description classAbstractStructuredReaderAbstract base implementation ofStructuredReader.Methods in io.github.mmm.marshall that return StructuredReader Modifier and Type Method Description default StructuredReaderStructuredFormat. reader(InputStream in)StructuredReaderStructuredFormat. reader(Reader reader)default StructuredReaderStructuredFormat. reader(Object data)default StructuredReaderStructuredFormat. reader(String data)Methods in io.github.mmm.marshall with parameters of type StructuredReader Modifier and Type Method Description voidUnmarshallableObject. read(StructuredReader reader)default UnmarshallableObjectUnmarshallableObject. readObject(StructuredReader reader)ATTENTION: This object will be modified such that the read data will be applied.TUnmarshaller. readObject(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.marshall.standard
Methods in io.github.mmm.marshall.standard with parameters of type StructuredReader Modifier and Type Method Description TDatatypeMarshalling. readObject(StructuredReader reader)List<T>ListMarshalling. readObject(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property
Methods in io.github.mmm.property with parameters of type StructuredReader Modifier and Type Method Description voidProperty. read(StructuredReader reader)Property<V>Property. readObject(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.booleans
Methods in io.github.mmm.property.booleans with parameters of type StructuredReader Modifier and Type Method Description voidBooleanProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.container.map
Methods in io.github.mmm.property.container.map with parameters of type StructuredReader Modifier and Type Method Description voidMapProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.number
Methods in io.github.mmm.property.number with parameters of type StructuredReader Modifier and Type Method Description voidNumberProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.object
Methods in io.github.mmm.property.object with parameters of type StructuredReader Modifier and Type Method Description voidSimpleProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.range
Methods in io.github.mmm.property.range with parameters of type StructuredReader Modifier and Type Method Description voidRangeProperty. read(StructuredReader reader) -
Uses of StructuredReader in io.github.mmm.property.temporal
Methods in io.github.mmm.property.temporal with parameters of type StructuredReader Modifier and Type Method Description voidTemporalProperty. read(StructuredReader reader)
-