public final class GrapheneProxyUtil extends Object
GrapheneProxy related tasks.| Constructor and Description |
|---|
GrapheneProxyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?>[] |
concatClasses(Class<?>[] classes,
Class<?> clazz)
Adds clazz to the array of classes
|
static Class<?>[] |
getInterfaces(Class<?>... targetClasses)
Transitively obtains the interfaces which are implemented by given classes.
|
static boolean |
isProxy(Class<?> clazz) |
static boolean |
isProxy(Object target) |
public static Class<?>[] getInterfaces(Class<?>... targetClasses)
targetClasses - the list of classes from which should be determined the list of interfaces that these classes
implementpublic static Class<?>[] concatClasses(Class<?>[] classes, Class<?> clazz)
classes - to be appendedclazz - to be addedpublic static boolean isProxy(Class<?> clazz)
public static boolean isProxy(Object target)
Copyright © 2014 JBoss by Red Hat. All rights reserved.