public class ClassUtilities extends Object
| Constructor and Description |
|---|
ClassUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
acceptsIterable(Method method) |
static Class<?> |
getActualType(Type genericType,
int pos) |
static Class |
getGenericClass(Method method) |
static Type |
getType(Type[] types,
int pos) |
static boolean |
isAddMethod(Method method) |
static boolean |
isGetMethod(Method method) |
static boolean |
isRemoveMethod(Method method) |
static boolean |
isSetMethod(Method method) |
static boolean |
returnsIterable(Method method) |
static boolean |
returnsMap(Method method) |
static boolean |
returnsVertex(Method method) |
public static boolean isGetMethod(Method method)
public static boolean isSetMethod(Method method)
public static boolean isRemoveMethod(Method method)
public static boolean acceptsIterable(Method method)
public static boolean returnsIterable(Method method)
public static boolean returnsVertex(Method method)
public static boolean returnsMap(Method method)
public static boolean isAddMethod(Method method)
Copyright © 2011-2016 JBoss by Red Hat. All Rights Reserved.