Uses of Class
com.fasterxml.jackson.core.type.WritableTypeId
-
Packages that use WritableTypeId Package Description com.fasterxml.jackson.core Main public API classes of the core streaming JSON processor: most importantlyJsonFactoryused for constructing JSON parser (JsonParser) and generator (JsonGenerator) instances. -
-
Uses of WritableTypeId in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return WritableTypeId Modifier and Type Method Description WritableTypeIdJsonGenerator. writeTypePrefix(WritableTypeId typeIdDef)WritableTypeIdJsonGenerator. writeTypeSuffix(WritableTypeId typeIdDef)Methods in com.fasterxml.jackson.core with parameters of type WritableTypeId Modifier and Type Method Description WritableTypeIdJsonGenerator. writeTypePrefix(WritableTypeId typeIdDef)WritableTypeIdJsonGenerator. writeTypeSuffix(WritableTypeId typeIdDef)
-