public abstract class AbstractInjectionPoint extends Object implements InjectionPoint
| Constructor and Description |
|---|
AbstractInjectionPoint(Bean<?> ownerBean,
Annotated annotated)
Constructs a injection point with the specified arguments.
|
| Modifier and Type | Method and Description |
|---|---|
Annotated |
getAnnotated()
Obtain an instance of
AnnotatedField. |
Bean<?> |
getBean()
Get the
Bean object representing the
bean that defines the injection point. |
public Bean<?> getBean()
InjectionPointBean object representing the
bean that defines the injection point. If the injection point does not
belong to a bean, return a null value.getBean in interface InjectionPointBean object representing
bean that defines the injection point, of null if the injection
point does not belong to a beanpublic Annotated getAnnotated()
InjectionPointAnnotatedField.getAnnotated in interface InjectionPointAnnotatedFieldCopyright © 2009–2019 B3log. All rights reserved.