类 JsonParserFactory

java.lang.Object
org.springframework.boot.json.JsonParserFactory

public abstract class JsonParserFactory extends Object
Factory to create a JsonParser.
从以下版本开始:
1.0.0
作者:
Dave Syer
另请参阅:
  • 构造器详细资料

    • JsonParserFactory

      public JsonParserFactory()
  • 方法详细资料

    • getJsonParser

      public static JsonParser getJsonParser()
      Static factory for the "best" JSON parser available on the classpath. Tries Jackson, then Gson, and then falls back to the BasicJsonParser.
      返回:
      a JsonParser