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.
|
public static Class<?>[] getInterfaces(Class<?>... targetClasses)
targetClasses - the list of classes from which should be determined the list of interfaces that these classes
implementCopyright © 2013 JBoss by Red Hat. All Rights Reserved.