public interface ParameterValueRedefiner
InjectableMethod
via the
redefineParameterValue(ParameterValue)
callback.InjectableMethod
Modifier and Type | Interface and Description |
---|---|
static class |
ParameterValueRedefiner.ParameterValue
Provides the default parameter's value, along with metadata about the
parameter to a parameter redefinition.
|
Modifier and Type | Method and Description |
---|---|
Object |
redefineParameterValue(ParameterValueRedefiner.ParameterValue value)
Callback allowing the default parameter value (that which would be
injected according to the CDI type safe resolution rules) to be
overridden.
|
Object redefineParameterValue(ParameterValueRedefiner.ParameterValue value)
value
- the default valueCopyright © 2016 The Apache Software Foundation. All rights reserved.