Uses of Class
com.fasterxml.jackson.core.TreeCodec
-
Packages that use TreeCodec Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactory
used for constructing JSON parser (JsonParser
) and generator (JsonGenerator
) instances. -
-
Uses of TreeCodec in com.fasterxml.jackson.core
Subclasses of TreeCodec in com.fasterxml.jackson.core Modifier and Type Class Description class
ObjectCodec
Abstract class that defines the interface thatJsonParser
andJsonGenerator
use to serialize and deserialize regular Java objects (POJOs aka Beans).
-