|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BeanWiringInfoResolver
Strategy interface to be implemented by objects than can resolve bean name
information, given a newly instantiated bean object. Invocations to the
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
Method Summary | |
---|---|
BeanWiringInfo |
resolveWiringInfo(Object beanInstance)
Resolve the BeanWiringInfo for the given bean instance. |
Method Detail |
---|
BeanWiringInfo resolveWiringInfo(Object beanInstance)
beanInstance
- the bean instance to resolve info for
null
if not found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |