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 ContainsJsonpMarshalling
for JSON marshaling support based on JSON-P.io.github.mmm.marshall.stax ContainsStaxMarshalling
for 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 StructuredFormat
StructuredFormatFactory. create(String format)
default StructuredFormat
StructuredFormatFactory. create(String format, MarshallingConfig config)
StructuredFormat
StructuredFormatProvider. create()
StructuredFormat
StructuredFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonFormat. of()
static StructuredFormat
JsonFormat. of(MarshallingConfig configuration)
static StructuredFormat
XmlFormat. of()
static StructuredFormat
XmlFormat. 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 StructuredFormat
JsonFormatProvider. create()
StructuredFormat
JsonFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonMarshalling. of()
static StructuredFormat
JsonMarshalling. 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 StructuredFormat
JsonpFormatProvider. create()
StructuredFormat
JsonpFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonpMarshalling. of()
static StructuredFormat
JsonpMarshalling. of(MarshallingConfig config)
static StructuredFormat
JsonpMarshalling. 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 StructuredFormat
StaxFormatProvider. create()
StructuredFormat
StaxFormatProvider. create(MarshallingConfig config)
static StructuredFormat
StaxMarshalling. of()
static StructuredFormat
StaxMarshalling. of(MarshallingConfig config)
static StructuredFormat
StaxMarshalling. 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 StructuredFormat
TvmXmlFormatProvider. create()
StructuredFormat
TvmXmlFormatProvider. create(MarshallingConfig config)
-