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 TypeClassDescriptionclassBase class for parsers wrapped or implemented in this package.classReally basic JSON parser for when you have nothing else available.classThin wrapper to adaptGsonto aJsonParser.classThin wrapper to adapt Jackson 2ObjectMappertoJsonParser.Methods in org.springframework.boot.json that return JsonParserModifier and TypeMethodDescriptionstatic JsonParserJsonParserFactory.getJsonParser()Static factory for the "best" JSON parser available on the classpath.