Uses of Enum Class
org.junit.platform.commons.util.ReflectionUtils.HierarchyTraversalMode
-
Uses of ReflectionUtils.HierarchyTraversalMode in org.junit.platform.commons.util
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ReflectionUtils.HierarchyTraversalMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAnnotationUtils.findAnnotatedFields(Class<?> clazz, Class<? extends Annotation> annotationType, Predicate<Field> predicate, ReflectionUtils.HierarchyTraversalMode traversalMode)
Find all fields of the supplied class or interface that are annotated or meta-annotated with the specifiedannotationType
and match the specifiedpredicate
.AnnotationUtils.findAnnotatedMethods(Class<?> clazz, Class<? extends Annotation> annotationType, ReflectionUtils.HierarchyTraversalMode traversalMode)
ReflectionUtils.findFields(Class<?> clazz, Predicate<Field> predicate, ReflectionUtils.HierarchyTraversalMode traversalMode)
ReflectionUtils.findMethods(Class<?> clazz, Predicate<Method> predicate, ReflectionUtils.HierarchyTraversalMode traversalMode)