-
- All Implemented Interfaces:
-
com.hexagonkt.serialization.SerializationFormat
public class Json extends JacksonTextFormat
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectMappermapperprivate final StringcontentTypeprivate final BooleanisBinaryprivate final LinkedHashSet<String>extensionspublic final static JsonINSTANCE
-
Method Summary
Modifier and Type Method Description final ObjectMappergetMapper()StringgetContentType()BooleangetIsBinary()final LinkedHashSet<String>getExtensions()-
-
Method Detail
-
getMapper
final ObjectMapper getMapper()
-
getContentType
String getContentType()
-
getIsBinary
Boolean getIsBinary()
-
getExtensions
final LinkedHashSet<String> getExtensions()
-
-
-
-