Uses of Interface
io.github.mmm.marshall.StructuredFormat
-
Packages that use StructuredFormat Package Description io.github.mmm.marshall Provides the API for marshalling and unmarshalling data.io.github.mmm.marshall.json io.github.mmm.marshall.jsonp ContainsJsonpMarshallingfor JSON marshaling support based on JSON-P.io.github.mmm.marshall.stax ContainsStaxMarshallingfor XML marshaling support based on StAX.io.github.mmm.marshall.tvm.xml Contains marshalling for XML format based on TeaVM. -
-
Uses of StructuredFormat in io.github.mmm.marshall
Methods in io.github.mmm.marshall that return StructuredFormat Modifier and Type Method Description default StructuredFormatStructuredFormatFactory. create(String format)default StructuredFormatStructuredFormatFactory. create(String format, MarshallingConfig config)StructuredFormatStructuredFormatProvider. create()StructuredFormatStructuredFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonFormat. of()static StructuredFormatJsonFormat. of(MarshallingConfig configuration)static StructuredFormatXmlFormat. of()static StructuredFormatXmlFormat. of(MarshallingConfig configuration) -
Uses of StructuredFormat in io.github.mmm.marshall.json
Methods in io.github.mmm.marshall.json that return StructuredFormat Modifier and Type Method Description StructuredFormatJsonFormatProvider. create()StructuredFormatJsonFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonMarshalling. of()static StructuredFormatJsonMarshalling. of(MarshallingConfig config) -
Uses of StructuredFormat in io.github.mmm.marshall.jsonp
Methods in io.github.mmm.marshall.jsonp that return StructuredFormat Modifier and Type Method Description StructuredFormatJsonpFormatProvider. create()StructuredFormatJsonpFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonpMarshalling. of()static StructuredFormatJsonpMarshalling. of(MarshallingConfig config)static StructuredFormatJsonpMarshalling. of(javax.json.stream.JsonParserFactory readerFactory, javax.json.stream.JsonGeneratorFactory writerFactory, MarshallingConfig config) -
Uses of StructuredFormat in io.github.mmm.marshall.stax
Methods in io.github.mmm.marshall.stax that return StructuredFormat Modifier and Type Method Description StructuredFormatStaxFormatProvider. create()StructuredFormatStaxFormatProvider. create(MarshallingConfig config)static StructuredFormatStaxMarshalling. of()static StructuredFormatStaxMarshalling. of(MarshallingConfig config)static StructuredFormatStaxMarshalling. of(XMLInputFactory readerFactory, XMLOutputFactory writerFactory) -
Uses of StructuredFormat in io.github.mmm.marshall.tvm.xml
Methods in io.github.mmm.marshall.tvm.xml that return StructuredFormat Modifier and Type Method Description StructuredFormatTvmXmlFormatProvider. create()StructuredFormatTvmXmlFormatProvider. create(MarshallingConfig config)
-