Package org.teiid.core.util
Class MixinProxy
- java.lang.Object
-
- org.teiid.core.util.MixinProxy
-
- All Implemented Interfaces:
InvocationHandler
public class MixinProxy extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description MixinProxy(Object... delegates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
protected Object
noSuchMethodFound(Object proxy, Method method, Object[] args)
-