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
- Author:
- Anton Telechev, Phillip Webb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final <T> T
protected final <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.json.JsonParser
parseList, parseMap
-
Constructor Details
-
AbstractJsonParser
public AbstractJsonParser()
-
-
Method Details
-
parseMap
-
parseList
-
trimParse
-
tryParse
-