Uses of Class
io.github.mmm.marshall.MarshallingConfig
-
Packages that use MarshallingConfig 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 MarshallingConfig in io.github.mmm.marshall
Fields in io.github.mmm.marshall declared as MarshallingConfig Modifier and Type Field Description protected MarshallingConfig
AbstractStructuredReader. config
TheMarshallingConfig
.protected MarshallingConfig
AbstractStructuredWriter. config
TheMarshallingConfig
.static MarshallingConfig
MarshallingConfig. DEFAULTS
Immutable instance ofMarshallingConfig
with the default values.Methods in io.github.mmm.marshall that return MarshallingConfig Modifier and Type Method Description <T> MarshallingConfig
MarshallingConfig. with(ConfigOption<T> option, T value)
Methods in io.github.mmm.marshall with parameters of type MarshallingConfig Modifier and Type Method Description default StructuredFormat
StructuredFormatFactory. create(String format, MarshallingConfig config)
StructuredFormat
StructuredFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonFormat. of(MarshallingConfig configuration)
static StructuredFormat
XmlFormat. of(MarshallingConfig configuration)
Constructors in io.github.mmm.marshall with parameters of type MarshallingConfig Constructor Description AbstractStructuredReader(MarshallingConfig config)
The constructor.AbstractStructuredStringWriter(Appendable out, MarshallingConfig config)
The constructor.AbstractStructuredWriter(MarshallingConfig config)
The constructor. -
Uses of MarshallingConfig in io.github.mmm.marshall.json
Methods in io.github.mmm.marshall.json with parameters of type MarshallingConfig Modifier and Type Method Description StructuredFormat
JsonFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonMarshalling. of(MarshallingConfig config)
-
Uses of MarshallingConfig in io.github.mmm.marshall.jsonp
Methods in io.github.mmm.marshall.jsonp with parameters of type MarshallingConfig Modifier and Type Method Description StructuredFormat
JsonpFormatProvider. create(MarshallingConfig config)
static StructuredFormat
JsonpMarshalling. of(MarshallingConfig config)
static StructuredFormat
JsonpMarshalling. of(javax.json.stream.JsonParserFactory readerFactory, javax.json.stream.JsonGeneratorFactory writerFactory, MarshallingConfig config)
-
Uses of MarshallingConfig in io.github.mmm.marshall.stax
Methods in io.github.mmm.marshall.stax with parameters of type MarshallingConfig Modifier and Type Method Description StructuredFormat
StaxFormatProvider. create(MarshallingConfig config)
static StructuredFormat
StaxMarshalling. of(MarshallingConfig config)
-
Uses of MarshallingConfig in io.github.mmm.marshall.tvm.xml
Methods in io.github.mmm.marshall.tvm.xml with parameters of type MarshallingConfig Modifier and Type Method Description StructuredFormat
TvmXmlFormatProvider. create(MarshallingConfig config)
-