Uses of Class
net.thisptr.jackson.jq.exception.IllegalJsonArgumentException
Packages that use IllegalJsonArgumentException
-
Uses of IllegalJsonArgumentException in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that throw IllegalJsonArgumentExceptionModifier and TypeMethodDescriptionstatic void
Preconditions.checkArgumentCount
(String fname, List<Expression> args, int... nums) static void
Preconditions.checkArgumentType
(String fname, int aindex, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.databind.node.JsonNodeType... types)