Class Preconditions
java.lang.Object
net.thisptr.jackson.jq.extra.internal.misc.Preconditions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkInputType
(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types)
-
Constructor Details
-
Preconditions
public Preconditions()
-
-
Method Details
-
checkInputType
public static void checkInputType(String fname, com.fasterxml.jackson.databind.JsonNode in, com.fasterxml.jackson.databind.node.JsonNodeType... types) throws IllegalJsonInputException - Throws:
IllegalJsonInputException
-