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 StringExpression. evaluate(BiConsumer<ResolveContext<RuntimeException>,StringBuilder> expandFunction)Evaluate the expression with the given expansion function.<E extends Exception>
StringExpression. evaluateException(ExceptionBiConsumer<ResolveContext<E>,StringBuilder,E> expandFunction)Evaluate the expression with the given expansion function, which may throw a checked exception.
-