-
public interface JsonFormatSimple accessfor JSON format. When usingJsonFormatplease ensure to have one provide implementation for JSON on your module-path. The recommended one isio.github.mmm.marshall.json(from artifactIdmmm-marshall-json).- 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
StructuredFormatforJSONwith default configuration.
-
of
static StructuredFormat of(MarshallingConfig configuration)
- Parameters:
configuration- theMarshallingConfig.- Returns:
- the
StructuredFormatforJSONwith the givenconfiguration.
-
-