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, requiresReflection
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
@NonNull CallableInjectionPoint<B> getOuterInjectionPoint()
default Argument<T> asArgument()
asArgument
in interface ArgumentCoercible<T>