Uses of Class
io.smallrye.common.expression.ResolveContext
-
-
Uses of ResolveContext in io.smallrye.common.expression
Method parameters in io.smallrye.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.
-