Uses of Class
com.fasterxml.jackson.core.JsonGenerationException
Packages that use JsonGenerationException
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.JSON-specific parser and generator implementation classes that
Jackson defines and uses.
-
Uses of JsonGenerationException in com.fasterxml.jackson.core
Methods in com.fasterxml.jackson.core that return JsonGenerationExceptionModifier and TypeMethodDescriptionJsonGenerationException.withGenerator(JsonGenerator g) Fluent method that may be used to assign originatingJsonGenerator, to be accessed usingJsonGenerationException.getProcessor().Methods in com.fasterxml.jackson.core that throw JsonGenerationExceptionModifier and TypeMethodDescriptionprotected voidJsonGenerator._reportError(String msg) Helper method used for constructing and throwingJsonGenerationExceptionwith given base message. -
Uses of JsonGenerationException in com.fasterxml.jackson.core.json
Methods in com.fasterxml.jackson.core.json that throw JsonGenerationExceptionModifier and TypeMethodDescriptionprotected final voidUTF8JsonGenerator._writeBinary(Base64Variant b64variant, byte[] input, int inputPtr, int inputEnd) protected final intUTF8JsonGenerator._writeBinary(Base64Variant b64variant, InputStream data, byte[] readBuffer) protected final intUTF8JsonGenerator._writeBinary(Base64Variant b64variant, InputStream data, byte[] readBuffer, int bytesLeft) protected final voidWriterBasedJsonGenerator._writeBinary(Base64Variant b64variant, byte[] input, int inputPtr, int inputEnd) protected final intWriterBasedJsonGenerator._writeBinary(Base64Variant b64variant, InputStream data, byte[] readBuffer) protected final intWriterBasedJsonGenerator._writeBinary(Base64Variant b64variant, InputStream data, byte[] readBuffer, int bytesLeft) voidUTF8JsonGenerator.writeBinary(Base64Variant b64variant, byte[] data, int offset, int len) intUTF8JsonGenerator.writeBinary(Base64Variant b64variant, InputStream data, int dataLength) voidWriterBasedJsonGenerator.writeBinary(Base64Variant b64variant, byte[] data, int offset, int len) intWriterBasedJsonGenerator.writeBinary(Base64Variant b64variant, InputStream data, int dataLength)