- FieldAnnotationsScanner - Class in org.reflections.scanners
scans for field's annotations
- FieldAnnotationsScanner() - Constructor for class org.reflections.scanners.FieldAnnotationsScanner
-
- FilterBuilder - Class in org.reflections.util
Builds include/exclude filters for Reflections.
- FilterBuilder() - Constructor for class org.reflections.util.FilterBuilder
-
- FilterBuilder.Exclude - Class in org.reflections.util
-
- FilterBuilder.Exclude(String) - Constructor for class org.reflections.util.FilterBuilder.Exclude
-
- FilterBuilder.Include - Class in org.reflections.util
-
- FilterBuilder.Include(String) - Constructor for class org.reflections.util.FilterBuilder.Include
-
- FilterBuilder.Matcher - Class in org.reflections.util
-
- FilterBuilder.Matcher(String) - Constructor for class org.reflections.util.FilterBuilder.Matcher
-
- filterInputsBy(Predicate<String>) - Method in class org.reflections.util.ConfigurationBuilder
sets the input filter for all resources to be scanned.
- filterResultsBy(Predicate<String>) - Method in class org.reflections.scanners.AbstractScanner
-
- filterResultsBy(Predicate<String>) - Method in interface org.reflections.scanners.Scanner
-
- findFiles(Collection<URL>, String, Predicate<String>) - Static method in class org.reflections.vfs.Vfs
return an iterable of all
Vfs.File
in given urls, starting with given packagePrefix and matching nameFilter
- findFiles(Collection<URL>, Predicate<Vfs.File>) - Static method in class org.reflections.vfs.Vfs
return an iterable of all
Vfs.File
in given urls, matching filePredicate
- findLogger(Class<?>) - Static method in class org.reflections.util.Utils
-
- forClass(Class<?>, ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
Returns the URL that contains a Class
.
- forClassLoader() - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on URLs derived from class loaders.
- forClassLoader(ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on URLs derived from class loaders.
- forJavaClassPath() - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on the java.class.path
system property.
- forManifest() - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on URLs derived from class loaders expanded with Manifest information.
- forManifest(URL) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs from a single URL based on the Manifest information.
- forManifest(Iterable<URL>) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs by expanding the specified URLs with Manifest information.
- forName(String, ClassLoader...) - Static method in class org.reflections.ReflectionUtils
tries to resolve a java type name to a Class
- forNames(Iterable<String>, ClassLoader...) - Static method in class org.reflections.ReflectionUtils
try to resolve all given string representation of types to a list of java types
- forPackage(String, ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on a package name.
- forPackages(String...) - Method in class org.reflections.util.ConfigurationBuilder
-
- forResource(String, ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on a resource.
- forWebInfClasses(ServletContext) - Static method in class org.reflections.util.ClasspathHelper
Returns the URL of the WEB-INF/classes
folder.
- forWebInfLib(ServletContext) - Static method in class org.reflections.util.ClasspathHelper
Returns a distinct collection of URLs based on the WEB-INF/lib
folder.
- fromURL(URL) - Static method in class org.reflections.vfs.Vfs
tries to create a Dir from the given url, using the defaultUrlTypes
- fromURL(URL, List<Vfs.UrlType>) - Static method in class org.reflections.vfs.Vfs
tries to create a Dir from the given url, using the given urlTypes
- fromURL(URL, Vfs.UrlType...) - Static method in class org.reflections.vfs.Vfs
tries to create a Dir from the given url, using the given urlTypes
- get(String) - Method in class org.reflections.Store
- get(String, String...) - Method in class org.reflections.Store
get the values stored for the given index
and keys
- get(String, Iterable<String>) - Method in class org.reflections.Store
get the values stored for the given index
and keys
- getAll(Set<T>, Predicate<? super T>...) - Static method in class org.reflections.ReflectionUtils
filter all given elements
with predicates
, if given
- getAll(String, String) - Method in class org.reflections.Store
recursively get the values stored for the given index
and keys
, not including keys
- getAll(String, Iterable<String>) - Method in class org.reflections.Store
recursively get the values stored for the given index
and keys
, not including keys
- getAllAnnotated(Iterable<String>, boolean, boolean) - Method in class org.reflections.Reflections
-
- getAllAnnotations(T, Predicate<Annotation>...) - Static method in class org.reflections.ReflectionUtils
get all annotations of given type
, up the super class hierarchy, optionally filtered by predicates
- getAllConstructors(Class<?>, Predicate<? super Constructor>...) - Static method in class org.reflections.ReflectionUtils
get all constructors of given type
, up the super class hierarchy, optionally filtered by predicates
- getAllFields(Class<?>, Predicate<? super Field>...) - Static method in class org.reflections.ReflectionUtils
get all fields of given type
, up the super class hierarchy, optionally filtered by predicates
- getAllMethods(Class<?>, Predicate<? super Method>...) - Static method in class org.reflections.ReflectionUtils
get all methods of given type
, up the super class hierarchy, optionally filtered by predicates
- getAllSuperTypes(Class<?>, Predicate<? super Class<?>>...) - Static method in class org.reflections.ReflectionUtils
get all super types of given type
, including, optionally filtered by predicates
- getAllTypes() - Method in class org.reflections.Reflections
get all types scanned.
- getAnnotations(T, Predicate<Annotation>...) - Static method in class org.reflections.ReflectionUtils
get annotations of given type
, optionally honorInherited, optionally filtered by predicates
- getClassAnnotationNames(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getClassAnnotationNames(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getClassAnnotationNames(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getClassLoaders() - Method in interface org.reflections.Configuration
get class loaders, might be used for resolving methods/fields
- getClassLoaders() - Method in class org.reflections.util.ConfigurationBuilder
get class loader, might be used for scanning or resolving methods/fields
- getClassName(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getClassName(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getClassName(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getConfiguration() - Method in class org.reflections.Reflections
- getConfiguration() - Method in class org.reflections.scanners.AbstractScanner
-
- getConstructorParamNames(Constructor) - Method in class org.reflections.Reflections
get parameter names of given constructor
- getConstructors(Class<?>, Predicate<? super Constructor>...) - Static method in class org.reflections.ReflectionUtils
get constructors of given type
, optionally filtered by predicates
- getConstructorsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get all constructors annotated with a given annotation
depends on MethodAnnotationsScanner configured
- getConstructorsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
get all constructors annotated with a given annotation, including annotation member values matching
depends on MethodAnnotationsScanner configured
- getConstructorsFromDescriptors(Iterable<String>, ClassLoader...) - Static method in class org.reflections.util.Utils
-
- getConstructorsMatchParams(Class<?>...) - Method in class org.reflections.Reflections
get constructors with parameter types matching given types
- getConstructorsWithAnyParamAnnotated(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get constructors with any parameter annotated with given annotation
- getConstructorsWithAnyParamAnnotated(Annotation) - Method in class org.reflections.Reflections
get constructors with any parameter annotated with given annotation, including annotation member values matching
- getConstructorUsage(Constructor) - Method in class org.reflections.Reflections
get all given constructors
usages in methods and constructors
- getDefaultUrlTypes() - Static method in class org.reflections.vfs.Vfs
- getExecutorService() - Method in interface org.reflections.Configuration
executor service used to scan files.
- getExecutorService() - Method in class org.reflections.util.ConfigurationBuilder
-
- getFieldAnnotationNames(Field) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getFieldAnnotationNames(FieldInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getFieldAnnotationNames(F) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getFieldFromString(String, ClassLoader...) - Static method in class org.reflections.util.Utils
-
- getFieldName(Field) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getFieldName(FieldInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getFieldName(F) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getFields(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getFields(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getFields(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getFields(Class<?>, Predicate<? super Field>...) - Static method in class org.reflections.ReflectionUtils
get fields of given type
, optionally filtered by predicates
- getFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get all fields annotated with a given annotation
depends on FieldAnnotationsScanner configured
- getFieldsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
get all methods annotated with a given annotation, including annotation member values matching
depends on FieldAnnotationsScanner configured
- getFieldUsage(Field) - Method in class org.reflections.Reflections
get all given field
usages in methods and constructors
- getFile(URL) - Static method in class org.reflections.vfs.Vfs
- getFiles() - Method in class org.reflections.vfs.CommonsVfs2UrlType.Dir
-
- getFiles() - Method in class org.reflections.vfs.JarInputDir
-
- getFiles() - Method in class org.reflections.vfs.SystemDir
-
- getFiles() - Method in interface org.reflections.vfs.Vfs.Dir
-
- getFiles() - Method in class org.reflections.vfs.ZipDir
-
- getInputsFilter() - Method in interface org.reflections.Configuration
get the fully qualified name filter used to filter types to be scanned
- getInputsFilter() - Method in class org.reflections.util.ConfigurationBuilder
-
- getInterfacesNames(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getInterfacesNames(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getInterfacesNames(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMemberFromDescriptor(String, ClassLoader...) - Static method in class org.reflections.util.Utils
-
- getMembersFromDescriptors(Iterable<String>, ClassLoader...) - Static method in class org.reflections.util.Utils
-
- getMetadataAdapter() - Method in interface org.reflections.Configuration
the metadata adapter used to fetch metadata from classes
- getMetadataAdapter() - Method in class org.reflections.scanners.AbstractScanner
-
- getMetadataAdapter() - Method in class org.reflections.util.ConfigurationBuilder
returns the metadata adapter.
- getMethodAnnotationNames(Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethodAnnotationNames(MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethodAnnotationNames(M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethodFullKey(Class, Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethodFullKey(ClassFile, MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethodFullKey(C, M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethodKey(Class, Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethodKey(ClassFile, MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethodKey(C, M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethodModifier(Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethodModifier(MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethodModifier(M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethodName(Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethodName(MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethodName(M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethodParamNames(Method) - Method in class org.reflections.Reflections
get parameter names of given method
- getMethods(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getMethods(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getMethods(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getMethods(Class<?>, Predicate<? super Method>...) - Static method in class org.reflections.ReflectionUtils
get methods of given type
, optionally filtered by predicates
- getMethodsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get all methods annotated with a given annotation
depends on MethodAnnotationsScanner configured
- getMethodsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
get all methods annotated with a given annotation, including annotation member values matching
depends on MethodAnnotationsScanner configured
- getMethodsFromDescriptors(Iterable<String>, ClassLoader...) - Static method in class org.reflections.util.Utils
-
- getMethodsMatchParams(Class<?>...) - Method in class org.reflections.Reflections
get methods with parameter types matching given types
- getMethodsReturn(Class) - Method in class org.reflections.Reflections
get methods with return type match given type
- getMethodsWithAnyParamAnnotated(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get methods with any parameter annotated with given annotation
- getMethodsWithAnyParamAnnotated(Annotation) - Method in class org.reflections.Reflections
get methods with any parameter annotated with given annotation, including annotation member values matching
- getMethodUsage(Method) - Method in class org.reflections.Reflections
get all given method
usages in methods and constructors
- getName(Class) - Static method in class org.reflections.adapters.JavaReflectionAdapter
-
- getName() - Method in class org.reflections.vfs.CommonsVfs2UrlType.File
-
- getName() - Method in class org.reflections.vfs.JarInputFile
-
- getName() - Method in class org.reflections.vfs.SystemFile
-
- getName() - Method in interface org.reflections.vfs.Vfs.File
-
- getName() - Method in class org.reflections.vfs.ZipFile
-
- getOfCreateClassObject(Vfs.File) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getOfCreateClassObject(Vfs.File, ClassLoader...) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getOfCreateClassObject(Vfs.File) - Method in class org.reflections.adapters.JavassistAdapter
-
- getOfCreateClassObject(Vfs.File) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getOrCreate(String) - Method in class org.reflections.Store
get or create the multimap object for the given index
- getParameterAnnotationNames(Member, int) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getParameterAnnotationNames(MethodInfo, int) - Method in class org.reflections.adapters.JavassistAdapter
-
- getParameterAnnotationNames(M, int) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getParameterNames(Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getParameterNames(MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getParameterNames(M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getPath() - Method in class org.reflections.vfs.CommonsVfs2UrlType.Dir
-
- getPath() - Method in class org.reflections.vfs.JarInputDir
-
- getPath() - Method in class org.reflections.vfs.SystemDir
-
- getPath() - Method in interface org.reflections.vfs.Vfs.Dir
-
- getPath() - Method in class org.reflections.vfs.ZipDir
-
- getRelativePath() - Method in class org.reflections.vfs.CommonsVfs2UrlType.File
-
- getRelativePath() - Method in class org.reflections.vfs.JarInputFile
-
- getRelativePath() - Method in class org.reflections.vfs.SystemFile
-
- getRelativePath() - Method in interface org.reflections.vfs.Vfs.File
-
- getRelativePath() - Method in class org.reflections.vfs.ZipFile
-
- getResources(Predicate<String>) - Method in class org.reflections.Reflections
get resources relative paths where simple name (key) matches given namePredicate
- getResources(Pattern) - Method in class org.reflections.Reflections
get resources relative paths where simple name (key) matches given regular expression
- getResultFilter() - Method in class org.reflections.scanners.AbstractScanner
-
- getReturnTypeName(Member) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getReturnTypeName(MethodInfo) - Method in class org.reflections.adapters.JavassistAdapter
-
- getReturnTypeName(M) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getScanners() - Method in interface org.reflections.Configuration
the scanner instances used for scanning different metadata
- getScanners() - Method in class org.reflections.util.ConfigurationBuilder
-
- getSerializer() - Method in interface org.reflections.Configuration
the default serializer to use when saving Reflection
- getSerializer() - Method in class org.reflections.util.ConfigurationBuilder
-
- getStore() - Method in class org.reflections.Reflections
returns the
Store
used for storing and querying the metadata
- getStore() - Method in class org.reflections.scanners.AbstractScanner
-
- getStore() - Method in interface org.reflections.scanners.Scanner
-
- getSubTypesOf(Class<T>) - Method in class org.reflections.Reflections
gets all sub types in hierarchy of a given type
depends on SubTypesScanner configured
- getSuperclassName(Class) - Method in class org.reflections.adapters.JavaReflectionAdapter
-
- getSuperclassName(ClassFile) - Method in class org.reflections.adapters.JavassistAdapter
-
- getSuperclassName(C) - Method in interface org.reflections.adapters.MetadataAdapter
-
- getTypesAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
get types annotated with a given annotation, both classes and annotations
- getTypesAnnotatedWith(Class<? extends Annotation>, boolean) - Method in class org.reflections.Reflections
get types annotated with a given annotation, both classes and annotations
- getTypesAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
get types annotated with a given annotation, both classes and annotations, including annotation member values matching
- getTypesAnnotatedWith(Annotation, boolean) - Method in class org.reflections.Reflections
get types annotated with a given annotation, both classes and annotations, including annotation member values matching
- getUrls() - Method in interface org.reflections.Configuration
the urls to be scanned
- getUrls() - Method in class org.reflections.util.ConfigurationBuilder
-
- save(String) - Method in class org.reflections.Reflections
serialize to a given directory and filename
- save(String, Serializer) - Method in class org.reflections.Reflections
serialize to a given directory and filename using given serializer
- save(Reflections, String) - Method in class org.reflections.serializers.JavaCodeSerializer
name should be in the pattern: path/path/path/package.package.classname, for example
- save(Reflections, String) - Method in class org.reflections.serializers.JsonSerializer
-
- save(Reflections, String) - Method in interface org.reflections.serializers.Serializer
saves a Reflections instance into the given filename
- save(Reflections, String) - Method in class org.reflections.serializers.XmlSerializer
-
- scan() - Method in class org.reflections.Reflections
-
- scan(URL) - Method in class org.reflections.Reflections
-
- scan(Vfs.File, Object) - Method in class org.reflections.scanners.AbstractScanner
-
- scan(Object) - Method in class org.reflections.scanners.AbstractScanner
-
- scan(Object) - Method in class org.reflections.scanners.FieldAnnotationsScanner
-
- scan(Object) - Method in class org.reflections.scanners.MemberUsageScanner
-
- scan(Object) - Method in class org.reflections.scanners.MethodAnnotationsScanner
-
- scan(Object) - Method in class org.reflections.scanners.MethodParameterNamesScanner
-
- scan(Object) - Method in class org.reflections.scanners.MethodParameterScanner
-
- scan(Vfs.File, Object) - Method in class org.reflections.scanners.ResourcesScanner
-
- scan(Object) - Method in class org.reflections.scanners.ResourcesScanner
-
- scan(Vfs.File, Object) - Method in interface org.reflections.scanners.Scanner
-
- scan(Object) - Method in class org.reflections.scanners.SubTypesScanner
-
- scan(Object) - Method in class org.reflections.scanners.TypeAnnotationsScanner
-
- scan(Object) - Method in class org.reflections.scanners.TypeElementsScanner
-
- scan(Vfs.File, Object) - Method in class org.reflections.scanners.TypesScanner
Deprecated.
- scan(Object) - Method in class org.reflections.scanners.TypesScanner
Deprecated.
- Scanner - Interface in org.reflections.scanners
-
- Serializer - Interface in org.reflections.serializers
- setClassLoaders(ClassLoader[]) - Method in class org.reflections.util.ConfigurationBuilder
set class loader, might be used for resolving methods/fields
- setConfiguration(Configuration) - Method in class org.reflections.scanners.AbstractScanner
-
- setConfiguration(Configuration) - Method in interface org.reflections.scanners.Scanner
-
- setDefaultURLTypes(List<Vfs.UrlType>) - Static method in class org.reflections.vfs.Vfs
sets the static default url types.
- setExecutorService(ExecutorService) - Method in class org.reflections.util.ConfigurationBuilder
sets the executor service used for scanning.
- setInputsFilter(Predicate<String>) - Method in class org.reflections.util.ConfigurationBuilder
sets the input filter for all resources to be scanned.
- setMetadataAdapter(MetadataAdapter) - Method in class org.reflections.util.ConfigurationBuilder
sets the metadata adapter used to fetch metadata from classes
- setResultFilter(Predicate<String>) - Method in class org.reflections.scanners.AbstractScanner
-
- setScanners(Scanner...) - Method in class org.reflections.util.ConfigurationBuilder
set the scanners instances for scanning different metadata
- setSerializer(Serializer) - Method in class org.reflections.util.ConfigurationBuilder
- setStore(Multimap<String, String>) - Method in class org.reflections.scanners.AbstractScanner
-
- setStore(Multimap<String, String>) - Method in interface org.reflections.scanners.Scanner
-
- setUrls(Collection<URL>) - Method in class org.reflections.util.ConfigurationBuilder
set the urls to be scanned
- setUrls(URL...) - Method in class org.reflections.util.ConfigurationBuilder
set the urls to be scanned
- staticClassLoader() - Static method in class org.reflections.util.ClasspathHelper
Gets the class loader of this library.
- store - Variable in class org.reflections.Reflections
-
- Store - Class in org.reflections
stores metadata information in multimaps
- Store() - Constructor for class org.reflections.Store
-
- Store(Configuration) - Constructor for class org.reflections.Store
-
- SubTypesScanner - Class in org.reflections.scanners
scans for superclass and interfaces of a class, allowing a reverse lookup for subtypes
- SubTypesScanner() - Constructor for class org.reflections.scanners.SubTypesScanner
created new SubTypesScanner.
- SubTypesScanner(boolean) - Constructor for class org.reflections.scanners.SubTypesScanner
created new SubTypesScanner.
- SystemDir - Class in org.reflections.vfs
-
- SystemDir(File) - Constructor for class org.reflections.vfs.SystemDir
-
- SystemFile - Class in org.reflections.vfs
- SystemFile(SystemDir, File) - Constructor for class org.reflections.vfs.SystemFile
-
- withAnnotation(Class<? extends Annotation>) - Static method in class org.reflections.ReflectionUtils
where element is annotated with given annotation
- withAnnotation(Annotation) - Static method in class org.reflections.ReflectionUtils
where element is annotated with given annotation
, including member matching
- withAnnotations(Class<? extends Annotation>...) - Static method in class org.reflections.ReflectionUtils
where element is annotated with given annotations
- withAnnotations(Annotation...) - Static method in class org.reflections.ReflectionUtils
where element is annotated with given annotations
, including member matching
- withAnyParameterAnnotation(Class<? extends Annotation>) - Static method in class org.reflections.ReflectionUtils
when method/constructor has any parameter with an annotation matches given annotations
- withAnyParameterAnnotation(Annotation) - Static method in class org.reflections.ReflectionUtils
when method/constructor has any parameter with an annotation matches given annotations
, including member matching
- withClassModifier(int) - Static method in class org.reflections.ReflectionUtils
when class modifier matches given mod
- withModifier(int) - Static method in class org.reflections.ReflectionUtils
when member modifier matches given mod
- withName(String) - Static method in class org.reflections.ReflectionUtils
where member name equals given name
- withParameters(Class<?>...) - Static method in class org.reflections.ReflectionUtils
when method/constructor parameter types equals given types
- withParametersAssignableTo(Class...) - Static method in class org.reflections.ReflectionUtils
when member parameter types assignable to given types
- withParametersCount(int) - Static method in class org.reflections.ReflectionUtils
when method/constructor parameters count equal given count
- withPattern(String) - Static method in class org.reflections.ReflectionUtils
where member's toString
matches given regex
- withPrefix(String) - Static method in class org.reflections.ReflectionUtils
where member name startsWith given prefix
- withReturnType(Class<T>) - Static method in class org.reflections.ReflectionUtils
when method return type equal given type
- withReturnTypeAssignableTo(Class<T>) - Static method in class org.reflections.ReflectionUtils
when method return type assignable from given type
- withType(Class<T>) - Static method in class org.reflections.ReflectionUtils
when field type equal given type
- withTypeAssignableTo(Class<T>) - Static method in class org.reflections.ReflectionUtils
when field type assignable to given type