public static class ParameterValueRedefiner.ParameterValue extends Object
ParameterValueRedefiner
,
InjectableMethod
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue(javax.enterprise.context.spi.CreationalContext<?> creationalContext)
Get the default value of the parameter.
|
javax.enterprise.inject.spi.InjectionPoint |
getInjectionPoint()
Get the
InjectionPoint for the parameter. |
int |
getPosition()
Get the position of the parameter in the member's parameter list.
|
public int getPosition()
public javax.enterprise.inject.spi.InjectionPoint getInjectionPoint()
InjectionPoint
for the parameter.public Object getDefaultValue(javax.enterprise.context.spi.CreationalContext<?> creationalContext)
creationalContext
- the creationalContext to use to obtain the
injectable reference.Copyright © 2020 The Apache Software Foundation. All rights reserved.