Package ch.ifocusit.plantuml.utils
Class ClassUtils
java.lang.Object
org.apache.commons.lang3.ClassUtils
ch.ifocusit.plantuml.utils.ClassUtils
public class ClassUtils
extends org.apache.commons.lang3.ClassUtils
- Author:
- Julien Boz
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.lang3.ClassUtils
org.apache.commons.lang3.ClassUtils.Interfaces -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.commons.lang3.ClassUtils
INNER_CLASS_SEPARATOR, INNER_CLASS_SEPARATOR_CHAR, PACKAGE_SEPARATOR, PACKAGE_SEPARATOR_CHAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String_getSimpleName(Class aClass) getConcernedTypes(Field field) getConcernedTypes(Method method) getConcernedTypes(Parameter parameter) getGenericTypes(Field field) getGenericTypes(Method method) getGenericTypes(Parameter parameter) static StringgetParameterizedTypeName(ParameterizedType genericType) static StringgetSimpleName(Class aClass) static StringgetSimpleName(Type type) static booleanisCollection(Class aClass) static booleanstatic booleanisNotGetterSetter(Method method) static booleanMethods inherited from class org.apache.commons.lang3.ClassUtils
convertClassesToClassNames, convertClassNamesToClasses, getAbbreviatedName, getAbbreviatedName, getAllInterfaces, getAllSuperclasses, getCanonicalName, getCanonicalName, getCanonicalName, getCanonicalName, getClass, getClass, getClass, getClass, getName, getName, getName, getName, getPackageCanonicalName, getPackageCanonicalName, getPackageCanonicalName, getPackageName, getPackageName, getPackageName, getPublicMethod, getShortCanonicalName, getShortCanonicalName, getShortCanonicalName, getShortClassName, getShortClassName, getShortClassName, getSimpleName, getSimpleName, getSimpleName, hierarchy, hierarchy, isAssignable, isAssignable, isAssignable, isAssignable, isInnerClass, isPrimitiveOrWrapper, isPrimitiveWrapper, primitivesToWrappers, primitiveToWrapper, toClass, wrappersToPrimitives, wrapperToPrimitive
-
Field Details
-
GENERICS_OPEN
- See Also:
-
GENERICS_CLOSE
- See Also:
-
GENERICS_SEP
- See Also:
-
DOLLAR
- See Also:
-
-
Constructor Details
-
ClassUtils
public ClassUtils()
-
-
Method Details
-
getSimpleName
-
_getSimpleName
-
getSimpleName
-
getParameterizedTypeName
-
isCollection
-
getField
-
getConcernedTypes
-
getConcernedTypes
-
getConcernedTypes
-
getGenericTypes
-
getGenericTypes
-
getGenericTypes
-
getGenericTypes
-
isGetter
-
isSetter
-
isNotGetterSetter
-