-
public interface XmlFormat
Simple access
forXML
format. When usingXmlFormat
please 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 StructuredFormat
of()
static StructuredFormat
of(MarshallingConfig configuration)
-
-
-
Method Detail
-
of
static StructuredFormat of()
- Returns:
- the
StructuredFormat
forXML
with default configuration.
-
of
static StructuredFormat of(MarshallingConfig configuration)
- Parameters:
configuration
- theMarshallingConfig
.- Returns:
- the
StructuredFormat
forXML
with the givenconfiguration
.
-
-