Uses of Interface
org.springframework.boot.json.JsonParser
Packages that use JsonParser
-
Uses of JsonParser in org.springframework.boot.json
Classes in org.springframework.boot.json that implement JsonParserModifier 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
.Methods in org.springframework.boot.json that return JsonParserModifier and TypeMethodDescriptionstatic JsonParser
JsonParserFactory.getJsonParser()
Static factory for the "best" JSON parser available on the classpath.