public static class AbstractBeanResolutionContext.ConstructorArgumentSegment extends AbstractBeanResolutionContext.ConstructorSegment implements ArgumentInjectionPoint
EMPTY
Constructor and Description |
---|
ConstructorArgumentSegment(BeanDefinition declaringType,
String methodName,
Argument argument,
Argument[] arguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Argument |
getArgument() |
BeanDefinition |
getDeclaringBean() |
BeanDefinition |
getDeclaringType() |
String |
getName() |
CallableInjectionPoint |
getOuterInjectionPoint() |
int |
hashCode() |
boolean |
requiresReflection() |
getInjectionPoint, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asArgument, getArgument
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
public ConstructorArgumentSegment(BeanDefinition declaringType, String methodName, Argument argument, Argument[] arguments)
public CallableInjectionPoint getOuterInjectionPoint()
getOuterInjectionPoint
in interface ArgumentInjectionPoint
public BeanDefinition getDeclaringBean()
getDeclaringBean
in interface InjectionPoint
public boolean requiresReflection()
requiresReflection
in interface InjectionPoint
public String getName()
getName
in interface BeanResolutionContext.Segment
getName
in interface Named
public BeanDefinition getDeclaringType()
getDeclaringType
in interface BeanResolutionContext.Segment
public Argument getArgument()
getArgument
in interface BeanResolutionContext.Segment