public class ResolverReference extends Object implements ResolverExpression
| Constructor and Description |
|---|
ResolverReference(String declarationName,
List<ResolverArgument> arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(EvaluationContext evaluationContext)
Looks for the referenced resolver declaration in the global context and evaluates it using the provided evaluation context.
|
public ResolverReference(String declarationName, List<ResolverArgument> arguments)
public Object evaluate(EvaluationContext evaluationContext)
evaluate in interface EvaluableevaluationContext - The evaluation context that will be used to evaluate the resolver declaration. It should contain
arguments for each of the declaration's parameters.Copyright © 2024. All rights reserved.