public final class ProxyUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static <T> T |
createProxy(InvocationInterceptor interceptor,
Class<T> clazz,
boolean failSafe,
Class<?>... implementedInterface) |
static String |
enumerate(Collection<?> l,
String delimiter) |
static boolean |
isProxable(Class<?> clazz) |
public static boolean isProxable(Class<?> clazz)
protected static <T> T createProxy(InvocationInterceptor interceptor, Class<T> clazz, boolean failSafe, Class<?>... implementedInterface)
public static String enumerate(Collection<?> l, String delimiter)
Copyright © 2012–2016 wicketeer.org. All rights reserved.