Uses of Class
com.peterphi.std.guice.common.ognl.OgnlEvaluator
Packages that use OgnlEvaluator
-
Uses of OgnlEvaluator in com.peterphi.std.guice.common.ognl
Methods in com.peterphi.std.guice.common.ognl that return OgnlEvaluatorModifier and TypeMethodDescriptionstatic OgnlEvaluator
OgnlFactory.getInstance
(Object root, String expression) Get an OGNL Evaluator for a particular expression with a given inputMethods in com.peterphi.std.guice.common.ognl with parameters of type OgnlEvaluatorModifier and TypeMethodDescriptionvoid
OgnlEvaluatorCollection.notifyHasBeenCompiled
(String expression, OgnlEvaluator evaluator) Constructor parameters in com.peterphi.std.guice.common.ognl with type arguments of type OgnlEvaluatorModifierConstructorDescriptionOgnlEvaluator
(String expression, BiConsumer<String, OgnlEvaluator> notifyOnCompiled)