Uses of Class
org.wildfly.common.expression.ResolveContext
-
Packages that use ResolveContext Package Description org.wildfly.common.expression Expression string parsing and expansion classes. -
-
Uses of ResolveContext in org.wildfly.common.expression
Method parameters in org.wildfly.common.expression with type arguments of type ResolveContext Modifier and Type Method Description java.lang.String
Expression. evaluate(java.util.function.BiConsumer<ResolveContext<java.lang.RuntimeException>,java.lang.StringBuilder> expandFunction)
Evaluate the expression with the given expansion function.<E extends java.lang.Exception>
java.lang.StringExpression. evaluateException(ExceptionBiConsumer<ResolveContext<E>,java.lang.StringBuilder,E> expandFunction)
Evaluate the expression with the given expansion function, which may throw a checked exception.
-