public class MixinProxy extends Object implements InvocationHandler
| Constructor and Description |
|---|
MixinProxy(Object... delegates) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected Object |
noSuchMethodFound(Object proxy,
Method method,
Object[] args) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.