Uses of Class
tools.jackson.core.JacksonException.Reference
Packages that use JacksonException.Reference
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 JacksonException.Reference in tools.jackson.core
Fields in tools.jackson.core with type parameters of type JacksonException.ReferenceModifier and TypeFieldDescriptionprotected LinkedList<JacksonException.Reference>JacksonException._pathPath through which problem that triggering throwing of this exception was reached.Methods in tools.jackson.core that return types with arguments of type JacksonException.ReferenceModifier and TypeMethodDescriptionJacksonException.getPath()Method for accessing full structural path within type hierarchy down to problematic property.Methods in tools.jackson.core with parameters of type JacksonException.ReferenceModifier and TypeMethodDescriptionJacksonException.prependPath(JacksonException.Reference r) static JacksonExceptionJacksonException.wrapWithPath(Throwable src, JacksonException.Reference ref) Method that can be called to either create a newJacksonException(if underlying exception is not aJacksonException), or augment given exception with given path/reference information.static JacksonExceptionJacksonException.wrapWithPath(Throwable src, JacksonException.Reference ref, BiFunction<String, Throwable, JacksonException> ctor)