-
public interface XmlFormatSimple accessforXMLformat. When usingXmlFormatplease ensure to have one provide implementation for XML on your module-path. The recommended one isio.github.mmm.marshall.xml(from artifactIdmmm-marshall-xml).- Since:
- 1.0.0
-
-
Method Summary
Static Methods Modifier and Type Method Description static StructuredFormatof()static StructuredFormatof(MarshallingConfig configuration)
-
-
-
Method Detail
-
of
static StructuredFormat of()
- Returns:
- the
StructuredFormatforXMLwith default configuration.
-
of
static StructuredFormat of(MarshallingConfig configuration)
- Parameters:
configuration- theMarshallingConfig.- Returns:
- the
StructuredFormatforXMLwith the givenconfiguration.
-
-