Uses of Interface
org.reflections.util.UtilQueryBuilder
Packages that use UtilQueryBuilder
-
Uses of UtilQueryBuilder in org.reflections
Fields in org.reflections declared as UtilQueryBuilderModifier and TypeFieldDescriptionstatic final UtilQueryBuilder
<AnnotatedElement, Annotation> ReflectionUtils.Annotations
query annotationsstatic final UtilQueryBuilder
<AnnotatedElement, Class<? extends Annotation>> ReflectionUtils.AnnotationTypes
query annotation typesstatic final UtilQueryBuilder
<Class<?>, Constructor> ReflectionUtils.Constructors
query constructorsstatic final UtilQueryBuilder
<Class<?>, Field> ReflectionUtils.Fields
query fieldsstatic final UtilQueryBuilder
<Class<?>, Class<?>> ReflectionUtils.Interfaces
query interfacesstatic final UtilQueryBuilder
<Class<?>, Method> ReflectionUtils.Methods
query methodsstatic final UtilQueryBuilder
<String, URL> ReflectionUtils.Resources
query url resources usingClassLoader.getResources(java.lang.String)
static final UtilQueryBuilder
<Class<?>, Class<?>> ReflectionUtils.SuperClass
query super classstatic final UtilQueryBuilder
<Class<?>, Class<?>> ReflectionUtils.SuperTypes
query super classes and interfaces including elementMethods in org.reflections that return UtilQueryBuilderModifier and TypeMethodDescriptionstatic <T extends AnnotatedElement>
UtilQueryBuilder<AnnotatedElement, T> ReflectionUtils.extendType()