public class Proxies extends Object
| Constructor and Description |
|---|
Proxies() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createProxy(InvocationHandler handler,
Class<?>... interfaces) |
static <T> T |
implement(InvocationHandler handler,
Class<?>... classes) |
static <T> T |
implement(Object target,
InvocationHandler handler,
Class<?>... interfaces) |
static <T> T |
implementInterfaces(Object target,
InvocationHandler handler) |
static <T> T |
tracer(Object target) |
public static <T> T createProxy(InvocationHandler handler, Class<?>... interfaces)
public static <T> T implement(Object target, InvocationHandler handler, Class<?>... interfaces)
public static <T> T tracer(Object target)
public static <T> T implement(InvocationHandler handler, Class<?>... classes)
public static <T> T implementInterfaces(Object target, InvocationHandler handler)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.