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 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 MarshallingConfig in io.github.mmm.marshall
Fields in io.github.mmm.marshall declared as MarshallingConfig Modifier and Type Field Description protected MarshallingConfigAbstractStructuredReader. configTheMarshallingConfig.protected MarshallingConfigAbstractStructuredWriter. configTheMarshallingConfig.static MarshallingConfigMarshallingConfig. DEFAULTSImmutable instance ofMarshallingConfigwith the default values.Methods in io.github.mmm.marshall that return MarshallingConfig Modifier and Type Method Description <T> MarshallingConfigMarshallingConfig. with(ConfigOption<T> option, T value)Methods in io.github.mmm.marshall with parameters of type MarshallingConfig Modifier and Type Method Description default StructuredFormatStructuredFormatFactory. create(String format, MarshallingConfig config)StructuredFormatStructuredFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonFormat. of(MarshallingConfig configuration)static StructuredFormatXmlFormat. 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 StructuredFormatJsonFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonMarshalling. 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 StructuredFormatJsonpFormatProvider. create(MarshallingConfig config)static StructuredFormatJsonpMarshalling. of(MarshallingConfig config)static StructuredFormatJsonpMarshalling. 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 StructuredFormatStaxFormatProvider. create(MarshallingConfig config)static StructuredFormatStaxMarshalling. 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 StructuredFormatTvmXmlFormatProvider. create(MarshallingConfig config)
-