Package io.quarkus.qute
Class EvaluatedParams
java.lang.Object
io.quarkus.qute.EvaluatedParams
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EvaluatedParamsevaluate(EvalContext context) static EvaluatedParamsevaluateMessageKey(EvalContext context) static EvaluatedParamsevaluateMessageParams(EvalContext context) getResult(int index) getVarargsResults(int numberOfParameters, Class<?> componentType) booleanparameterTypesMatch(boolean varargs, Class<?>[] types)
-
Field Details
-
stage
-
-
Method Details
-
evaluate
- Parameters:
context-- Returns:
- the evaluated params
-
evaluateMessageKey
-
evaluateMessageParams
-
getResult
-
parameterTypesMatch
public boolean parameterTypesMatch(boolean varargs, Class<?>[] types) throws InterruptedException, ExecutionException - Parameters:
varargs-types-- Returns:
trueif the parameter types match the type of the evaluated params- Throws:
InterruptedExceptionExecutionException
-
getVarargsResults
public Object getVarargsResults(int numberOfParameters, Class<?> componentType) throws InterruptedException, ExecutionException
-