public interface BeanWiringInfoResolver
resolveWiringInfo(java.lang.Object)
method on this interface will be driven by
the AspectJ pointcut in the relevant concrete aspect.
Metadata resolution strategy can be pluggable. A good default is
ClassNameBeanWiringInfoResolver
, which uses the fully-qualified
class name as bean name.
BeanWiringInfo
,
ClassNameBeanWiringInfoResolver
,
AnnotationBeanWiringInfoResolver
Modifier and Type | Method and Description |
---|---|
BeanWiringInfo |
resolveWiringInfo(java.lang.Object beanInstance)
Resolve the BeanWiringInfo for the given bean instance.
|
@Nullable BeanWiringInfo resolveWiringInfo(java.lang.Object beanInstance)
beanInstance
- the bean instance to resolve info fornull
if not found