Class TryCatch
java.lang.Object
net.thisptr.jackson.jq.internal.tree.TryCatch
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
TryCatch.Question
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTryCatch
(Expression tryExpr) TryCatch
(Expression tryExpr, Expression catchExpr) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.thisptr.jackson.jq.Expression
apply
-
Field Details
-
tryExpr
-
catchExpr
-
-
Constructor Details
-
TryCatch
-
TryCatch
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
apply
in interfaceExpression
- Throws:
JsonQueryException
-
toString
-