Uses of Interface
org.springframework.boot.json.JsonParser
-
Uses of JsonParser in org.springframework.boot.json
Modifier and TypeClassDescriptionclass
Base class for parsers wrapped or implemented in this package.class
Really basic JSON parser for when you have nothing else available.class
Thin wrapper to adaptGson
to aJsonParser
.class
Thin wrapper to adapt Jackson 2ObjectMapper
toJsonParser
.Modifier and TypeMethodDescriptionstatic JsonParser
JsonParserFactory.getJsonParser()
Static factory for the "best" JSON parser available on the classpath.