Package de.hsh.graja.util
Class ReflectionUtils
java.lang.Object
de.hsh.graja.util.ReflectionUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static class
static class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Method[]
getFilteredDeclaredMethods
(Class<?> clazz, ReflectionUtils.Filter<Method> filter) static ReflectionUtils.TypeName
getPackageAndSimpleName
(String fullyQualifiedOrSimpleName) static boolean
isModulePresent
(String moduleName)
-
Constructor Details
-
ReflectionUtils
public ReflectionUtils()
-
-
Method Details
-
getFilteredDeclaredMethods
public static Method[] getFilteredDeclaredMethods(Class<?> clazz, ReflectionUtils.Filter<Method> filter) -
getPackageAndSimpleName
-
isModulePresent
- Parameters:
moduleName
-- Returns:
-