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