public interface ParameterResolverAgentProvider extends AgentExtension
Modifier and Type | Method and Description |
---|---|
ParameterResolver |
getParameterResolver(ContextVariables contextVariables)
returns the parameter resolver
|
ParameterResolver getParameterResolver(ContextVariables contextVariables)
contextVariables
- the set of variables to that the resolver may use as its context. The set depends on the context in which the
resolver is created.