Uses of Class
org.springframework.boot.json.AbstractJsonParser
Packages that use AbstractJsonParser
-
Uses of AbstractJsonParser in org.springframework.boot.json
Subclasses of AbstractJsonParser in org.springframework.boot.jsonModifier and TypeClassDescriptionclass
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
.