Uses of Class
tools.jackson.core.type.WritableTypeId
Packages that use WritableTypeId
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of WritableTypeId in tools.jackson.core
Methods in tools.jackson.core that return WritableTypeIdModifier and TypeMethodDescriptionJsonGenerator.writeTypePrefix(WritableTypeId typeIdDef) Replacement method forJsonGenerator.writeTypeId(Object)which is called regardless of whether format has native type ids.JsonGenerator.writeTypeSuffix(WritableTypeId typeIdDef) Methods in tools.jackson.core with parameters of type WritableTypeIdModifier and TypeMethodDescriptionprotected booleanJsonGenerator._writeTypePrefixUsingNative(WritableTypeId typeIdDef) Writes a native type id (when supported by format).protected booleanJsonGenerator._writeTypePrefixUsingWrapper(WritableTypeId typeIdDef) Writes a wrapper for the type id if necessary.JsonGenerator.writeTypePrefix(WritableTypeId typeIdDef) Replacement method forJsonGenerator.writeTypeId(Object)which is called regardless of whether format has native type ids.JsonGenerator.writeTypeSuffix(WritableTypeId typeIdDef)