public static class AbstractBeanResolutionContext.FieldSegment extends java.lang.Object implements InjectionPoint, ArgumentCoercible, ArgumentInjectionPoint
EMPTY| Modifier and Type | Method and Description |
|---|---|
Argument |
asArgument() |
boolean |
equals(java.lang.Object o) |
AnnotationMetadata |
getAnnotationMetadata()
Supplies the metadata.
|
Argument |
getArgument() |
BeanDefinition |
getDeclaringBean() |
BeanDefinition |
getDeclaringType() |
InjectionPoint |
getInjectionPoint() |
java.lang.String |
getName() |
CallableInjectionPoint |
getOuterInjectionPoint() |
int |
hashCode() |
boolean |
requiresReflection() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetArgumentfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclaredpublic java.lang.String toString()
toString in class java.lang.Objectpublic InjectionPoint getInjectionPoint()
getInjectionPoint in interface BeanResolutionContext.Segmentpublic BeanDefinition getDeclaringBean()
getDeclaringBean in interface InjectionPointpublic boolean requiresReflection()
requiresReflection in interface InjectionPointpublic CallableInjectionPoint getOuterInjectionPoint()
getOuterInjectionPoint in interface ArgumentInjectionPointpublic Argument asArgument()
asArgument in interface ArgumentCoercibleasArgument in interface ArgumentInjectionPointpublic AnnotationMetadata getAnnotationMetadata()
AnnotationMetadataProviderAnnotationMetadata.EMPTY_METADATA.getAnnotationMetadata in interface AnnotationMetadataProviderAnnotationMetadatapublic java.lang.String getName()
getName in interface BeanResolutionContext.SegmentgetName in interface Namedpublic BeanDefinition getDeclaringType()
getDeclaringType in interface BeanResolutionContext.Segmentpublic Argument getArgument()
getArgument in interface BeanResolutionContext.Segmentpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object