Uses of Interface
io.github.mmm.marshall.StructuredFormatProvider
-
Packages that use StructuredFormatProvider 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 StructuredFormatProvider in io.github.mmm.marshall
Methods in io.github.mmm.marshall that return StructuredFormatProvider Modifier and Type Method Description StructuredFormatProviderStructuredFormatFactory. getProvider(String format) -
Uses of StructuredFormatProvider in io.github.mmm.marshall.json
Classes in io.github.mmm.marshall.json that implement StructuredFormatProvider Modifier and Type Class Description classJsonFormatProviderImplementation ofStructuredFormatProviderfor JSON-P. -
Uses of StructuredFormatProvider in io.github.mmm.marshall.jsonp
Classes in io.github.mmm.marshall.jsonp that implement StructuredFormatProvider Modifier and Type Class Description classJsonpFormatProviderImplementation ofStructuredFormatProviderfor JSON-P. -
Uses of StructuredFormatProvider in io.github.mmm.marshall.stax
Classes in io.github.mmm.marshall.stax that implement StructuredFormatProvider Modifier and Type Class Description classStaxFormatProviderStructuredFormatProviderfor XML using StAX. -
Uses of StructuredFormatProvider in io.github.mmm.marshall.tvm.xml
Classes in io.github.mmm.marshall.tvm.xml that implement StructuredFormatProvider Modifier and Type Class Description classTvmXmlFormatProviderImplementation ofStructuredFormatProviderfor XML using TeaVM.
-