Package org.springframework.boot.json
Class JsonParserFactory
java.lang.Object
org.springframework.boot.json.JsonParserFactory
Factory to create a 
JsonParser.- Since:
- 1.0.0
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic JsonParserStatic factory for the "best" JSON parser available on the classpath.
- 
Constructor Details- 
JsonParserFactorypublic JsonParserFactory()
 
- 
- 
Method Details- 
getJsonParserStatic factory for the "best" JSON parser available on the classpath. Tries Jackson, then Gson, and then falls back to theBasicJsonParser.- Returns:
- a JsonParser
 
 
-