Class BeanProxyInvocationHandler<T>

java.lang.Object
org.apache.juneau.BeanProxyInvocationHandler<T>
Type Parameters:
T - The interface class
All Implemented Interfaces:
InvocationHandler

public class BeanProxyInvocationHandler<T> extends Object implements InvocationHandler
Provides an InvocationHandler for creating beans from bean interfaces.

If the useInterfaceProxies setting is enabled in BeanContext, this is the class that creates instances of beans from interfaces.

See Also: