T - The interface classpublic class BeanProxyInvocationHandler<T> extends Object implements InvocationHandler
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.
| Constructor and Description |
|---|
BeanProxyInvocationHandler(BeanMeta<T> meta)
Constructs with the specified
BeanMeta. |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args)
Implemented to handle the method called.
|
public BeanProxyInvocationHandler(BeanMeta<T> meta)
BeanMeta.meta - The bean meta data.Copyright © 2018 Apache. All rights reserved.