Class EvaluationOptions
java.lang.Object
io.pebbletemplates.pebble.template.EvaluationOptions
Evaluation options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
toggle to enable/disable greedy matching mode for finding java methodprivate final MethodAccessValidator
Validator that can be used to validate object/method access -
Constructor Summary
ConstructorsConstructorDescriptionEvaluationOptions
(boolean greedyMatchMethod, MethodAccessValidator methodAccessValidator) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
greedyMatchMethod
private final boolean greedyMatchMethodtoggle to enable/disable greedy matching mode for finding java method -
methodAccessValidator
Validator that can be used to validate object/method access
-
-
Constructor Details
-
EvaluationOptions
-
-
Method Details
-
isGreedyMatchMethod
public boolean isGreedyMatchMethod() -
getMethodAccessValidator
-