类 JsonParserFactory
java.lang.Object
org.springframework.boot.json.JsonParserFactory
Factory to create a
JsonParser
.- 从以下版本开始:
- 1.0.0
- 作者:
- Dave Syer
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static JsonParser
Static factory for the "best" JSON parser available on the classpath.
-
构造器详细资料
-
JsonParserFactory
public JsonParserFactory()
-
-
方法详细资料
-
getJsonParser
Static factory for the "best" JSON parser available on the classpath. Tries Jackson, then Gson, and then falls back to theBasicJsonParser
.- 返回:
- a
JsonParser
-