public final class Proxies extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
newInstance(Object delegate,
Method... methodsAndDelegateMethod) |
public static <T> T newInstance(Object delegate, Method... methodsAndDelegateMethod)
T - The interface that declares the methodmethodsAndDelegateMethod - Pairs of methods declared in T and methods declared in delegate.getClass()Copyright © 2019. All rights reserved.