B - The declaring bean typeT - The argument typepublic interface ArgumentInjectionPoint<B,T> extends InjectionPoint<B>, ArgumentCoercible<T>
EMPTY| Modifier and Type | Method and Description | 
|---|---|
| default Argument<T> | asArgument() | 
| Argument<T> | getArgument() | 
| CallableInjectionPoint<B> | getOuterInjectionPoint() | 
getDeclaringBean, requiresReflectionfindAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByTypegetAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared@NonNull CallableInjectionPoint<B> getOuterInjectionPoint()
default Argument<T> asArgument()
asArgument in interface ArgumentCoercible<T>