public interface ProxyResolver<T>
The resolver itself has one method resolve(Object)
that accepts a reference to the actual bean instance
which is being proxied. The implementor of this class must then take appropriate action to deal with setting up
the proxy.
The ProxyResolvers are always called prior to the beans being put into service.
Modifier and Type | Method and Description |
---|---|
void |
resolve(T t)
The method called by the
CreationalContext when it is ready to wire the actual bean instance to the
proxy. |
void resolve(T t)
CreationalContext
when it is ready to wire the actual bean instance to the
proxy.t
- the actual non-proxied instance of the bean.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.