Package | Description |
---|---|
com.fasterxml.jackson.core |
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser )
and generator
(JsonGenerator )
instances. |
Modifier and Type | Method and Description |
---|---|
WritableTypeId |
JsonGenerator.writeTypePrefix(WritableTypeId typeIdDef) |
WritableTypeId |
JsonGenerator.writeTypeSuffix(WritableTypeId typeIdDef) |
Modifier and Type | Method and Description |
---|---|
WritableTypeId |
JsonGenerator.writeTypePrefix(WritableTypeId typeIdDef) |
WritableTypeId |
JsonGenerator.writeTypeSuffix(WritableTypeId typeIdDef) |
Copyright © 2008–2019 FasterXML. All rights reserved.