Uses of Class
tools.jackson.databind.exc.CollectedProblem
Packages that use CollectedProblem
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of CollectedProblem in tools.jackson.databind.deser
Methods in tools.jackson.databind.deser that return types with arguments of type CollectedProblemModifier and TypeMethodDescriptionstatic List<CollectedProblem>CollectingProblemHandler.getBucket(DeserializationContext ctxt) Retrieves the problem collection bucket from context attributes. -
Uses of CollectedProblem in tools.jackson.databind.exc
Methods in tools.jackson.databind.exc that return types with arguments of type CollectedProblemConstructor parameters in tools.jackson.databind.exc with type arguments of type CollectedProblemModifierConstructorDescriptionDeferredBindingException(tools.jackson.core.JsonParser p, List<CollectedProblem> problems, boolean limitReached)