Uses of Class
net.thisptr.jackson.jq.exception.IllegalJsonInputException
Packages that use IllegalJsonInputException
-
Uses of IllegalJsonInputException in net.thisptr.jackson.jq.extra.internal.misc
Methods in net.thisptr.jackson.jq.extra.internal.misc that throw IllegalJsonInputExceptionModifier and TypeMethodDescriptionstatic void
Preconditions.checkInputType
(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types) -
Uses of IllegalJsonInputException in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that throw IllegalJsonInputExceptionModifier and TypeMethodDescriptionstatic void
Preconditions.checkInputArrayType
(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types) private static void
Preconditions.checkInputElementType
(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types) static void
Preconditions.checkInputType
(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types)