public class ClassUtils
extends org.apache.commons.lang3.ClassUtils
| Modifier and Type | Field and Description |
|---|---|
static String |
DOLLAR |
static String |
GENERICS_CLOSE |
static String |
GENERICS_OPEN |
static String |
GENERICS_SEP |
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
_getSimpleName(Class aClass) |
static Set<Class> |
getConcernedTypes(Field field) |
static Set<Class> |
getConcernedTypes(Method method) |
static Set<Class> |
getConcernedTypes(Parameter parameter) |
static Optional<Field> |
getField(Class container,
Class aClass) |
static Set<Class> |
getGenericTypes(Field field) |
static Set<Class> |
getGenericTypes(Method method) |
static Set<Class> |
getGenericTypes(Parameter parameter) |
static Set<Class> |
getGenericTypes(ParameterizedType type) |
static String |
getParameterizedTypeName(ParameterizedType genericType) |
static String |
getSimpleName(Class aClass) |
static String |
getSimpleName(Type type) |
static boolean |
isCollection(Class aClass) |
static boolean |
isGetter(Method method) |
static boolean |
isNotGetterSetter(Method method) |
static boolean |
isSetter(Method method) |
convertClassesToClassNames, convertClassNamesToClasses, getAbbreviatedName, getAbbreviatedName, getAllInterfaces, getAllSuperclasses, getClass, getClass, getClass, getClass, getPackageCanonicalName, getPackageCanonicalName, getPackageCanonicalName, getPackageName, getPackageName, getPackageName, getPublicMethod, getShortCanonicalName, getShortCanonicalName, getShortCanonicalName, getShortClassName, getShortClassName, getShortClassName, getSimpleName, getSimpleName, hierarchy, hierarchy, isAssignable, isAssignable, isAssignable, isAssignable, isInnerClass, isPrimitiveOrWrapper, isPrimitiveWrapper, primitivesToWrappers, primitiveToWrapper, toClass, wrappersToPrimitives, wrapperToPrimitivepublic static final String GENERICS_OPEN
public static final String GENERICS_CLOSE
public static final String GENERICS_SEP
public static final String DOLLAR
public static String getParameterizedTypeName(ParameterizedType genericType)
public static boolean isCollection(Class aClass)
public static Set<Class> getGenericTypes(ParameterizedType type)
public static boolean isGetter(Method method)
public static boolean isSetter(Method method)
public static boolean isNotGetterSetter(Method method)
Copyright © 2017 Focus IT. All rights reserved.