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
Fields in tools.jackson.databind.exc with type parameters of type CollectedProblemModifier and TypeFieldDescriptionprivate final List<CollectedProblem> DeferredBindingException.problemsMethods in tools.jackson.databind.exc that return types with arguments of type CollectedProblemMethod parameters in tools.jackson.databind.exc with type arguments of type CollectedProblemModifier and TypeMethodDescriptionprivate static StringDeferredBindingException.formatMessage(List<CollectedProblem> problems, boolean limitReached) private static StringDeferredBindingException.formatProblems(List<CollectedProblem> problems) Constructor parameters in tools.jackson.databind.exc with type arguments of type CollectedProblemModifierConstructorDescriptionDeferredBindingException(tools.jackson.core.JsonParser p, List<CollectedProblem> problems, boolean limitReached)