|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.seam.solder.reflection.annotated.ParameterValueRedefiner.ParameterValue
public static class ParameterValueRedefiner.ParameterValue
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
ParameterValueRedefiner
,
InjectableMethod
Method Summary | |
---|---|
Object |
getDefaultValue(CreationalContext<?> creationalContext)
Get the default value of the parameter. |
InjectionPoint |
getInjectionPoint()
Get the InjectionPoint for the parameter. |
int |
getPosition()
Get the position of the parameter in the member's parameter list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getPosition()
public InjectionPoint getInjectionPoint()
InjectionPoint
for the parameter.
public Object getDefaultValue(CreationalContext<?> creationalContext)
creationalContext
- the creationalContext to use to obtain the
injectable reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |