Package org.springframework.boot.json
Class AbstractJsonParser
java.lang.Object
org.springframework.boot.json.AbstractJsonParser
- All Implemented Interfaces:
- JsonParser
- Direct Known Subclasses:
- BasicJsonParser,- GsonJsonParser,- JacksonJsonParser
Base class for parsers wrapped or implemented in this package.
- Since:
- 2.0.1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected final <T> Tprotected final <T> TMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.json.JsonParserparseList, parseMap
- 
Constructor Details- 
AbstractJsonParserpublic AbstractJsonParser()
 
- 
- 
Method Details- 
parseMap
- 
parseList
- 
trimParse
- 
tryParse
 
-