public class ProxyGenerator extends Object
| Constructor and Description |
|---|
ProxyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
createProxy(Class<T> toBeProxiedClass,
InvocationHandler handler) |
static <T> T |
createProxy(Class<T> toBeProxiedClass,
InvocationHandler handler,
AnnotationFilter annotationFilter) |
public static <T> T createProxy(Class<T> toBeProxiedClass, InvocationHandler handler)
public static <T> T createProxy(Class<T> toBeProxiedClass, InvocationHandler handler, AnnotationFilter annotationFilter)
Copyright © 2020. All rights reserved.