Uses of Interface
org.springframework.boot.config.JsonParser

Packages that use JsonParser
org.springframework.boot.config   
 

Uses of JsonParser in org.springframework.boot.config
 

Classes in org.springframework.boot.config that implement JsonParser
 class JacksonJsonParser
          Thin wrapper to adapt Jackson 2 ObjectMapper to JsonParser.
 class SimpleJsonParser
          Really basic JSON parser for when you have nothing else available.
 class YamlJsonParser
          Thin wrapper to adapt Snake Yaml to JsonParser.
 

Methods in org.springframework.boot.config that return JsonParser
static JsonParser JsonParserFactory.getJsonParser()
          Static factory for the "best" JSON parser available on the classpath.
 



Copyright © 2013. All Rights Reserved.