Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractScanner - Class in org.reflections.scanners
-
Deprecated.
- AbstractScanner(Scanner) - Constructor for class org.reflections.scanners.AbstractScanner
-
Deprecated.
- acceptResult(String) - Method in enum class org.reflections.scanners.Scanners
- acceptsInput(String) - Method in interface org.reflections.scanners.Scanner
- accumulator() - Method in class org.reflections.util.AnnotationMergeCollector
- adaptURL(URL) - Method in class org.reflections.vfs.UrlTypeVFS
- add(Predicate<String>) - Method in class org.reflections.util.FilterBuilder
- add(List<Map.Entry<String, String>>, String, String) - Method in class org.reflections.scanners.MemberUsageScanner
- add(QueryFunction<C, T>) - Method in interface org.reflections.util.QueryFunction
-
concat elements from function
- addAnnotations(List<String>, List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- addClass(List<String>, String) - Method in class org.reflections.serializers.JavaCodeSerializer
- addClassLoaders(ClassLoader...) - Method in class org.reflections.util.ConfigurationBuilder
-
add optional class loaders used for resolving types.
- addDefaultURLTypes(Vfs.UrlType) - Static method in class org.reflections.vfs.Vfs
-
add a static default url types to the beginning of the default url types list.
- addFields(List<String>, List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- addMethods(List<String>, List<String>, List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- addPackages(List<String>, int) - Method in class org.reflections.serializers.JavaCodeSerializer
- addScanners(Scanner...) - Method in class org.reflections.util.ConfigurationBuilder
-
set the scanners instances for scanning different metadata
- addUrls(URL...) - Method in class org.reflections.util.ConfigurationBuilder
-
add urls to be scanned
- addUrls(Collection<URL>) - Method in class org.reflections.util.ConfigurationBuilder
-
add urls to be scanned
- annotatedElement - Variable in class org.reflections.util.AnnotationMergeCollector
- AnnotationMergeCollector - Class in org.reflections.util
-
merge annotations by mapping
ReflectionUtils.toMap(Annotation)
and reduce using the givenmergeFunction
- AnnotationMergeCollector() - Constructor for class org.reflections.util.AnnotationMergeCollector
- AnnotationMergeCollector(AnnotatedElement) - Constructor for class org.reflections.util.AnnotationMergeCollector
- AnnotationMergeCollector(AnnotatedElement, BiFunction<Object, Object, Object>) - Constructor for class org.reflections.util.AnnotationMergeCollector
- annotationNames(Annotation[]) - Static method in class org.reflections.util.JavassistHelper
- Annotations - Static variable in class org.reflections.ReflectionUtils
-
query annotations
- annotationTypes(Annotation[]) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- annotationTypes(Collection<Annotation>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- AnnotationTypes - Static variable in class org.reflections.ReflectionUtils
-
query annotation types
- apply(C) - Method in interface org.reflections.util.QueryFunction
- areAnnotationMembersMatching(Annotation, Annotation) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- arrayAdd(Object[], Object[]) - Static method in class org.reflections.util.AnnotationMergeCollector
- arrayDescriptor - Static variable in class org.reflections.serializers.JavaCodeSerializer
- as() - Method in interface org.reflections.util.QueryFunction
-
cast elements as
<R>
unsafe - as(Class<? extends R>, ClassLoader...) - Method in interface org.reflections.util.QueryFunction
-
convert to given
type
, usesNameHelper.forName(java.lang.String, java.lang.Class, java.lang.ClassLoader...)
- asClass(ClassLoader...) - Method in interface org.reflections.util.QueryFunction
-
convert elements to
Class
usingNameHelper.forName(java.lang.String, java.lang.Class, java.lang.ClassLoader...)
- asString() - Method in interface org.reflections.util.QueryFunction
-
convert elements to String using
NameHelper.toName(AnnotatedElement)
B
- build(Object...) - Static method in class org.reflections.util.ConfigurationBuilder
-
constructs a
ConfigurationBuilder
. - bundle - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
C
- chain - Variable in class org.reflections.util.FilterBuilder
- characteristics() - Method in class org.reflections.util.AnnotationMergeCollector
- classLoaders - Variable in class org.reflections.scanners.MemberUsageScanner
- classLoaders - Variable in class org.reflections.util.ConfigurationBuilder
- classLoaders(ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
-
Returns an array of class Loaders initialized from the specified array.
- ClasspathHelper - Class in org.reflections.util
-
Helper methods for working with the classpath.
- ClasspathHelper() - Constructor for class org.reflections.util.ClasspathHelper
- classPool - Variable in class org.reflections.scanners.MemberUsageScanner
- cleanPath(URL) - Static method in class org.reflections.util.ClasspathHelper
-
Cleans the URL.
- close() - Method in class org.reflections.vfs.JarInputDir
- close() - Method in interface org.reflections.vfs.Vfs.Dir
- close() - Method in class org.reflections.vfs.ZipDir
- collect() - Static method in class org.reflections.Reflections
-
collect saved Reflection xml resources and merge it into a Reflections instance
- collect(File, Serializer) - Method in class org.reflections.Reflections
-
deserialize and merge saved Reflections metadata from the given
file
andserializer
- collect(InputStream, Serializer) - Method in class org.reflections.Reflections
-
deserialize and merge saved Reflections metadata from the given
inputStream
andserializer
- collect(String, Predicate<String>) - Static method in class org.reflections.Reflections
-
collect saved Reflections metadata from all urls that contains the given
packagePrefix
and matches the givenresourceNameFilter
, and deserialize using the default serializerXmlSerializer
- collect(String, Predicate<String>, Serializer) - Static method in class org.reflections.Reflections
-
collect saved Reflections metadata from all urls that contains the given
packagePrefix
and matches the givenresourceNameFilter
, and deserializes using the givenserializer
- combiner() - Method in class org.reflections.util.AnnotationMergeCollector
- concatValues(Object, Object) - Static method in class org.reflections.util.AnnotationMergeCollector
- configuration - Variable in class org.reflections.Reflections
- Configuration - Interface in org.reflections
-
Configuration is used to create a configured instance of
Reflections
- ConfigurationBuilder - Class in org.reflections.util
-
Configuration
builder for instantiating Reflections - ConfigurationBuilder() - Constructor for class org.reflections.util.ConfigurationBuilder
- Constructors - Static variable in class org.reflections.ReflectionUtils
-
query constructors
- ConstructorsAnnotated - Enum constant in enum class org.reflections.scanners.Scanners
-
scan constructor annotations
- ConstructorsParameter - Enum constant in enum class org.reflections.scanners.Scanners
-
scan constructor parameters types and annotations
- ConstructorsSignature - Enum constant in enum class org.reflections.scanners.Scanners
-
scan constructors signature
- contextClassLoader() - Static method in class org.reflections.util.ClasspathHelper
-
Gets the current thread context class loader.
- createDir(URL) - Static method in class org.reflections.vfs.JbossDir
- createDir(URL) - Method in class org.reflections.vfs.UrlTypeVFS
- createDir(URL) - Method in interface org.reflections.vfs.Vfs.UrlType
- createDocument(Store) - Method in class org.reflections.serializers.XmlSerializer
- cursor - Variable in class org.reflections.vfs.JarInputDir
D
- DEFAULT_INPUTS_FILTER - Static variable in class org.reflections.util.ConfigurationBuilder
- DEFAULT_SCANNERS - Static variable in class org.reflections.util.ConfigurationBuilder
- defaultUrlTypes - Static variable in class org.reflections.vfs.Vfs
- DefaultUrlTypes() - Constructor for enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- directory - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- distinctUrls(Collection<URL>) - Static method in class org.reflections.util.ClasspathHelper
- doFilter(Vfs.File, Predicate<String>) - Method in class org.reflections.Reflections
- dotSeparator - Static variable in class org.reflections.serializers.JavaCodeSerializer
- doubleSeparator - Static variable in class org.reflections.serializers.JavaCodeSerializer
E
- empty() - Static method in interface org.reflections.util.QueryFunction
- endIndex - Variable in class org.reflections.vfs.JarInputFile
- entries(String, String) - Method in interface org.reflections.scanners.Scanner
- entries(String, Collection<String>) - Method in interface org.reflections.scanners.Scanner
- entries(Collection<String>, String) - Method in interface org.reflections.scanners.Scanner
- entry - Variable in class org.reflections.vfs.JarInputFile
- entry - Variable in class org.reflections.vfs.ZipFile
- entry(String, String) - Method in interface org.reflections.scanners.Scanner
- equals(Object) - Method in class org.reflections.util.FilterBuilder
- equals(Object) - Method in class org.reflections.util.FilterBuilder.Matcher
- exclude(String) - Method in class org.reflections.util.FilterBuilder
-
Deprecated.
- Exclude(String) - Constructor for class org.reflections.util.FilterBuilder.Exclude
- excludePackage(String) - Method in class org.reflections.util.FilterBuilder
-
exclude package prefix
- excludePattern(String) - Method in class org.reflections.util.FilterBuilder
-
exclude regular expression
- expandSupertypes(Map<String, Set<String>>, Map<String, Set<String>>, String, Class<?>) - Method in class org.reflections.Reflections
- expandSuperTypes - Variable in class org.reflections.util.ConfigurationBuilder
- expandSuperTypes(Map<String, Set<String>>, Map<String, Set<String>>) - Method in class org.reflections.Reflections
-
expand super types after scanning, for super types that were not scanned.
- extendType() - Static method in class org.reflections.ReflectionUtils
F
- FieldAnnotationsScanner - Class in org.reflections.scanners
-
Deprecated.
- FieldAnnotationsScanner() - Constructor for class org.reflections.scanners.FieldAnnotationsScanner
-
Deprecated.
- fieldName(ClassFile, FieldInfo) - Static method in class org.reflections.util.JavassistHelper
- Fields - Static variable in class org.reflections.ReflectionUtils
-
query fields
- FieldsAnnotated - Enum constant in enum class org.reflections.scanners.Scanners
-
scan field annotations
- file - Variable in class org.reflections.vfs.SystemDir
- file - Variable in class org.reflections.vfs.SystemFile
- filter(Predicate<? super T>) - Method in interface org.reflections.util.QueryFunction
-
filter by predicate
- FilterBuilder - Class in org.reflections.util
-
include/exclude filter builder
- FilterBuilder() - Constructor for class org.reflections.util.FilterBuilder
- FilterBuilder(Collection<Predicate<String>>) - Constructor for class org.reflections.util.FilterBuilder
- FilterBuilder.Exclude - Class in org.reflections.util
- FilterBuilder.Include - Class in org.reflections.util
- FilterBuilder.Matcher - Class in org.reflections.util
- 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.MemberUsageScanner
- filterResultsBy(Predicate<String>) - Method in enum class org.reflections.scanners.Scanners
- filterResultsBy(Predicate<String>) - Method in class org.reflections.scanners.TypeElementsScanner
- 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 - findFirstMatchOfDeployableExtention(String, int) - Method in class org.reflections.vfs.UrlTypeVFS
- finisher() - Method in class org.reflections.util.AnnotationMergeCollector
- flatMap(Function<T, ? extends Function<C, Set<R>>>) - Method in interface org.reflections.util.QueryFunction
-
flatmap by function
- forClass(Class<?>, ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
-
Returns the URL that contains a
Class
. - forClass(String, ClassLoader...) - Method in interface org.reflections.util.NameHelper
-
tries to resolve a java type name to 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.
- forConstructor(String, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forElement(String, Class<T>, ClassLoader[]) - Method in interface org.reflections.util.NameHelper
- forField(String, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- 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(Iterable<URL>) - Static method in class org.reflections.util.ClasspathHelper
-
Returns a distinct collection of URLs by expanding the specified URLs 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.
- forMember(String, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forMethod(String, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forName(String, Class<T>, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forNames(Collection<String>, Class<T>, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forNames(Collection<String>, ClassLoader...) - Method in interface org.reflections.util.NameHelper
- forPackage(String, ClassLoader...) - Static method in class org.reflections.util.ClasspathHelper
-
Returns a distinct collection of URLs based on a package name.
- forPackage(String, ClassLoader...) - Method in class org.reflections.util.ConfigurationBuilder
-
ConfigurationBuilder.addUrls(URL...)
by applyingClasspathHelper.forPackage(String, ClassLoader...)
for the givenpkg
- forPackages(String...) - Method in class org.reflections.util.ConfigurationBuilder
-
ConfigurationBuilder.addUrls(URL...)
by applyingClasspathHelper.forPackage(String, ClassLoader...)
for the givenpackages
- 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. - fromIndex - Variable in class org.reflections.vfs.JarInputFile
- 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
G
- get(F) - Method in interface org.reflections.util.UtilQueryBuilder
-
get direct values of given element
- get(AnnotatedElement) - Method in interface org.reflections.util.QueryBuilder
-
direct values indexed for
AnnotatedElement
- get(String) - Method in interface org.reflections.util.QueryBuilder
-
direct values indexed for
key
String - get(Collection<String>) - Method in interface org.reflections.util.QueryBuilder
-
direct values indexed for
keys
String collection - get(QueryFunction<C, T>) - Static method in class org.reflections.ReflectionUtils
-
get type elements
<T>
by applyingQueryFunction
- get(QueryFunction<Store, T>) - Method in class org.reflections.Reflections
-
apply
QueryFunction
onStore
- get(QueryFunction<Store, T>, Predicate<? super T>...) - Static method in class org.reflections.ReflectionUtils
- getAll(Collection<String>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
keys
String collection, not includingkeys
- getAll(Function<T, QueryFunction<C, R>>, Function<R, T>) - Method in interface org.reflections.util.QueryFunction
-
transitively get all by
builder
- getAll(Function<T, QueryFunction<C, T>>) - Method in interface org.reflections.util.QueryFunction
-
transitively get all by
builder
- getAll(Scanner) - Method in class org.reflections.Reflections
-
returns all key and values scanned by the given
scanner
- getAllAnnotations(T, Predicate<Annotation>...) - Static method in class org.reflections.ReflectionUtils
-
get all annotations of given
type
, up the super class hierarchy, optionally filtered bypredicates
- 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 bypredicates
- 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 bypredicates
- getAllIncluding(String) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
key
String, includingkey
- getAllIncluding(Collection<String>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
keys
String collection, includingkeys
- 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 bypredicates
- getAllSuperTypes(Class<?>, Predicate<? super Class<?>>...) - Static method in class org.reflections.ReflectionUtils
-
get all super types of given
type
, including, optionally filtered bypredicates
- getAllTypes() - Method in class org.reflections.Reflections
-
Deprecated.
- getAnnotations(Function<String, AttributeInfo>) - Static method in class org.reflections.util.JavassistHelper
- getAnnotations(T, Predicate<Annotation>...) - Static method in class org.reflections.ReflectionUtils
-
get annotations of given
type
, optionally honorInherited, optionally filtered bypredicates
- getClassFile(Vfs.File) - Method in class org.reflections.Reflections
- getClassLoaders() - Method in interface org.reflections.Configuration
-
optional class loaders used for resolving types.
- getClassLoaders() - Method in class org.reflections.util.ConfigurationBuilder
- getClassPool() - Method in class org.reflections.scanners.MemberUsageScanner
- getConfiguration() - Method in class org.reflections.Reflections
-
returns the
Configuration
object of this instance - getConstructors(Class<?>, Predicate<? super Constructor>...) - Static method in class org.reflections.ReflectionUtils
-
get constructors of given
type
, optionally filtered bypredicates
- getConstructors(ClassFile) - Static method in class org.reflections.util.JavassistHelper
- getConstructorsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
-
get constructors annotated with the given
annotation
, including annotation member values matching - getConstructorsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
-
get constructors annotated with the given
annotation
- getConstructorsWithParameter(AnnotatedElement) - Method in class org.reflections.Reflections
-
get constructors with any parameter matching the given
type
, either class or annotation - getConstructorsWithSignature(Class<?>...) - Method in class org.reflections.Reflections
-
get constructors with signature matching the given
types
- getDefaultUrlTypes() - Static method in class org.reflections.vfs.Vfs
-
the default url types that will be used when issuing
Vfs.fromURL(java.net.URL)
- getFields(Class<?>, Predicate<? super Field>...) - Static method in class org.reflections.ReflectionUtils
-
get fields of given
type
, optionally filtered bypredicates
- getFieldsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
-
get fields annotated with the given
annotation
, including annotation member values matching - getFieldsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
-
get fields annotated with the given
annotation
- getFile(URL) - Static method in class org.reflections.vfs.Vfs
-
try to get
File
from url - getFiles() - Method in class org.reflections.vfs.JarInputDir
- getFiles() - Method in class org.reflections.vfs.JbossDir
- 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
-
the fully qualified name filter used to filter types to be scanned.
- getInputsFilter() - Method in class org.reflections.util.ConfigurationBuilder
- getMemberParameterNames(Member) - Method in class org.reflections.Reflections
-
get parameter names of the given
member
, either method or constructor - getMemberUsage(Member) - Method in class org.reflections.Reflections
-
get code usages for the given
member
, either field, method or constructor - getMethods(Class<?>, Predicate<? super Method>...) - Static method in class org.reflections.ReflectionUtils
-
get methods of given
type
, optionally filtered bypredicates
- getMethods(ClassFile) - Static method in class org.reflections.util.JavassistHelper
- getMethodsAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
-
get methods annotated with the given
annotation
, including annotation member values matching - getMethodsAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
-
get methods annotated with the given
annotation
- getMethodsReturn(Class<?>) - Method in class org.reflections.Reflections
-
get methods with return type matching the given
returnType
- getMethodsWithParameter(AnnotatedElement) - Method in class org.reflections.Reflections
-
get methods with any parameter matching the given
type
, either class or annotation - getMethodsWithSignature(Class<?>...) - Method in class org.reflections.Reflections
-
get methods with signature matching the given
types
- getName() - Method in class org.reflections.vfs.JarInputFile
- getName() - Method in class org.reflections.vfs.JbossFile
- 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
- getParameters(MethodInfo) - Static method in class org.reflections.util.JavassistHelper
- getParametersAnnotations(MethodInfo) - Static method in class org.reflections.util.JavassistHelper
- getPath() - Method in class org.reflections.vfs.JarInputDir
- getPath() - Method in class org.reflections.vfs.JbossDir
- 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.JarInputFile
- getRelativePath() - Method in class org.reflections.vfs.JbossFile
- 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(String) - Method in class org.reflections.Reflections
-
get resources matching the given
pattern
regex - getResources(Pattern) - Method in class org.reflections.Reflections
-
get resources matching the given
pattern
regex - getReturnType(MethodInfo) - Static method in class org.reflections.util.JavassistHelper
- getScanners() - Method in interface org.reflections.Configuration
-
the scanner instances used for indexing metadata.
- getScanners() - Method in class org.reflections.util.ConfigurationBuilder
- getStore() - Method in class org.reflections.Reflections
-
returns the
Store
object used for storing and querying the metadata - getString(MethodInfo) - Method in class org.reflections.scanners.MethodParameterNamesScanner
- getSubTypesOf(Class<T>) - Method in class org.reflections.Reflections
-
gets all subtypes in hierarchy of a given
type
. - getSuperTypes(Class<?>) - Static method in class org.reflections.ReflectionUtils
-
get the immediate supertype and interfaces of the given
type
- getTypesAnnotatedWith(Annotation) - Method in class org.reflections.Reflections
-
get types annotated with the given
annotation
, both classes and annotations, including annotation member values matching - getTypesAnnotatedWith(Annotation, boolean) - Method in class org.reflections.Reflections
-
get types annotated with the given
annotation
, both classes and annotations, including annotation member values matching - getTypesAnnotatedWith(Class<? extends Annotation>) - Method in class org.reflections.Reflections
-
get types annotated with the given
annotation
, both classes and annotations - getTypesAnnotatedWith(Class<? extends Annotation>, boolean) - Method in class org.reflections.Reflections
-
get types annotated with the given
annotation
, both classes and annotations - getUrls() - Method in interface org.reflections.Configuration
-
the urls to be scanned.
- getUrls() - Method in class org.reflections.util.ConfigurationBuilder
H
- hashCode() - Method in class org.reflections.util.FilterBuilder
- hashCode() - Method in class org.reflections.util.FilterBuilder.Matcher
- hasInnerJarFileInPath(URL) - Static method in class org.reflections.vfs.Vfs
- hasJarFileInPath(URL) - Static method in class org.reflections.vfs.Vfs
I
- include(String) - Method in class org.reflections.util.FilterBuilder
-
Deprecated.
- Include(String) - Constructor for class org.reflections.util.FilterBuilder.Include
- includeAnnotations - Variable in class org.reflections.scanners.TypeElementsScanner
- includeAnnotations() - Method in class org.reflections.scanners.TypeElementsScanner
- includeAnnotations(boolean) - Method in class org.reflections.scanners.TypeElementsScanner
- includeFields - Variable in class org.reflections.scanners.TypeElementsScanner
- includeFields() - Method in class org.reflections.scanners.TypeElementsScanner
- includeFields(boolean) - Method in class org.reflections.scanners.TypeElementsScanner
- includeInvisibleTag - Static variable in class org.reflections.util.JavassistHelper
-
setting this static to false will result in returning only
RetentionPolicy.RUNTIME
visible annotation - includeMethods - Variable in class org.reflections.scanners.TypeElementsScanner
- includeMethods() - Method in class org.reflections.scanners.TypeElementsScanner
- includeMethods(boolean) - Method in class org.reflections.scanners.TypeElementsScanner
- includePackage(String) - Method in class org.reflections.util.FilterBuilder
-
include package prefix
- includePattern(String) - Method in class org.reflections.util.FilterBuilder
-
include regular expression
- indent - Variable in class org.reflections.serializers.JavaCodeSerializer
- indent(int) - Method in class org.reflections.serializers.JavaCodeSerializer
- indentClose(List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- indentOpen(List<String>, List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- index() - Method in class org.reflections.scanners.AbstractScanner
-
Deprecated.
- index() - Method in interface org.reflections.scanners.Scanner
-
unique index name for scanner
- index() - Method in enum class org.reflections.scanners.Scanners
- index() - Method in interface org.reflections.util.QueryBuilder
- inputsFilter - Variable in class org.reflections.util.ConfigurationBuilder
- Interfaces - Static variable in class org.reflections.ReflectionUtils
-
query interfaces
- invoke(Method, Object, Object...) - Static method in class org.reflections.ReflectionUtils
-
invoke the given
method
withargs
, return either the result or an exception if occurred - isAssignable(Class[], Class[]) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- isParallel - Variable in class org.reflections.util.ConfigurationBuilder
- isParallel() - Method in interface org.reflections.Configuration
-
scan urls in parallel.
- isParallel() - Method in class org.reflections.util.ConfigurationBuilder
- isPublic(Object) - Method in class org.reflections.scanners.TypeElementsScanner
- isPublic(Object) - Static method in class org.reflections.util.JavassistHelper
J
- jarFile - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- jarFile - Variable in class org.reflections.vfs.ZipDir
- jarInputDir - Variable in class org.reflections.vfs.JarInputFile
- JarInputDir - Class in org.reflections.vfs
- JarInputDir(URL) - Constructor for class org.reflections.vfs.JarInputDir
- JarInputFile - Class in org.reflections.vfs
- JarInputFile(ZipEntry, JarInputDir, long, long) - Constructor for class org.reflections.vfs.JarInputFile
- jarInputStream - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- jarInputStream - Variable in class org.reflections.vfs.JarInputDir
- jarUrl - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- JavaCodeSerializer - Class in org.reflections.serializers
-
source code serialization for
Reflections
- JavaCodeSerializer() - Constructor for class org.reflections.serializers.JavaCodeSerializer
- JavassistHelper - Class in org.reflections.util
- JavassistHelper() - Constructor for class org.reflections.util.JavassistHelper
- jboss_vfs - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- jboss_vfsfile - Enum constant in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
- JbossDir - Class in org.reflections.vfs
- JbossDir(VirtualFile) - Constructor for class org.reflections.vfs.JbossDir
- JbossFile - Class in org.reflections.vfs
- JbossFile(JbossDir, VirtualFile) - Constructor for class org.reflections.vfs.JbossFile
- JsonSerializer - Class in org.reflections.serializers
-
json serialization for
Reflections
- JsonSerializer() - Constructor for class org.reflections.serializers.JsonSerializer
L
- loaders() - Method in class org.reflections.Reflections
- log - Static variable in class org.reflections.Reflections
M
- map(Function<? super T, ? extends R>) - Method in interface org.reflections.util.QueryFunction
-
map by function
- Matcher(String) - Constructor for class org.reflections.util.FilterBuilder.Matcher
- matches(URL) - Method in class org.reflections.vfs.UrlTypeVFS
- matches(URL) - Method in interface org.reflections.vfs.Vfs.UrlType
- MemberUsageScanner - Class in org.reflections.scanners
-
scan methods/constructors/fields usage
- MemberUsageScanner() - Constructor for class org.reflections.scanners.MemberUsageScanner
- MemberUsageScanner(ClassLoader[]) - Constructor for class org.reflections.scanners.MemberUsageScanner
- merge(Reflections) - Method in class org.reflections.Reflections
-
merges the given
reflections
instance metadata into this instance - mergeFunction - Variable in class org.reflections.util.AnnotationMergeCollector
- mergeMaps(Map<String, Object>, Map<String, Object>) - Method in class org.reflections.util.AnnotationMergeCollector
- MethodAnnotationsScanner - Class in org.reflections.scanners
-
Deprecated.
- MethodAnnotationsScanner() - Constructor for class org.reflections.scanners.MethodAnnotationsScanner
-
Deprecated.
- methodName(ClassFile, MethodInfo) - Static method in class org.reflections.util.JavassistHelper
- MethodParameterNamesScanner - Class in org.reflections.scanners
- MethodParameterNamesScanner() - Constructor for class org.reflections.scanners.MethodParameterNamesScanner
- MethodParameterScanner - Class in org.reflections.scanners
-
Deprecated.
- MethodParameterScanner() - Constructor for class org.reflections.scanners.MethodParameterScanner
-
Deprecated.
- Methods - Static variable in class org.reflections.ReflectionUtils
-
query methods
- MethodsAnnotated - Enum constant in enum class org.reflections.scanners.Scanners
-
scan method annotations
- MethodsParameter - Enum constant in enum class org.reflections.scanners.Scanners
-
scan method parameters types and annotations
- MethodsReturn - Enum constant in enum class org.reflections.scanners.Scanners
-
scan method return type
- MethodsSignature - Enum constant in enum class org.reflections.scanners.Scanners
-
scan methods signature
N
- NameHelper - Interface in org.reflections.util
-
Helper methods for converting between annotated elements and their names
- nextCursor - Variable in class org.reflections.vfs.JarInputDir
- normalize(String) - Method in class org.reflections.serializers.JavaCodeSerializer
- notObjectMethod - Static variable in class org.reflections.ReflectionUtils
-
predicate to filter out
Object
methods
O
- objectMethodNames - Static variable in class org.reflections.ReflectionUtils
- of(F) - Method in interface org.reflections.util.UtilQueryBuilder
-
get transitive values of given element
- of(F, Predicate<? super E>) - Method in interface org.reflections.util.UtilQueryBuilder
-
get transitive value of given element filtered by predicate
- of(AnnotatedElement...) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
AnnotatedElement
varargs, not including - of(String) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
key
String, not includingkey
- of(Collection<String>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
keys
String collection, not includingkeys
- of(Set<? extends AnnotatedElement>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
AnnotatedElement
set, not including - of(QueryFunction) - Method in interface org.reflections.util.QueryBuilder
-
transitive
QueryFunction.getAll(java.util.function.Function)
values by applying thisQueryBuilder.get(String)
on eachqueryFunction
value, including - of(QueryFunction<Store, T>) - Method in interface org.reflections.util.UtilQueryBuilder
-
compose given function
- openInputStream() - Method in class org.reflections.vfs.JarInputFile
- openInputStream() - Method in class org.reflections.vfs.JbossFile
- openInputStream() - Method in class org.reflections.vfs.SystemFile
- openInputStream() - Method in interface org.reflections.vfs.Vfs.File
- openInputStream() - Method in class org.reflections.vfs.ZipFile
- org.reflections - package org.reflections
- org.reflections.scanners - package org.reflections.scanners
- org.reflections.serializers - package org.reflections.serializers
- org.reflections.util - package org.reflections.util
- org.reflections.vfs - package org.reflections.vfs
P
- parameterAnnotations(Member) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- parameterNames(MethodInfo) - Static method in class org.reflections.scanners.MemberUsageScanner
- parameterTypes(Member) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- parsePackages(String) - Static method in class org.reflections.util.FilterBuilder
-
Parses csv of include/exclude package prefix filter, where each value starting with +/-
- pathSeparator - Static variable in class org.reflections.serializers.JavaCodeSerializer
- pattern - Variable in class org.reflections.util.FilterBuilder.Matcher
- prefixPattern(String) - Static method in class org.reflections.util.FilterBuilder
-
maps fqn to prefix pattern with a trailing dot, for example
packageNamePrefix("a.b") == "a\\.b\\..*
- prepareFile(String) - Static method in interface org.reflections.serializers.Serializer
- prevPaths - Variable in class org.reflections.serializers.JavaCodeSerializer
- primitiveDescriptors - Static variable in interface org.reflections.util.NameHelper
- primitiveNames - Static variable in interface org.reflections.util.NameHelper
- primitiveTypes - Static variable in interface org.reflections.util.NameHelper
- publicOnly - Variable in class org.reflections.scanners.TypeElementsScanner
- publicOnly() - Method in class org.reflections.scanners.TypeElementsScanner
- publicOnly(boolean) - Method in class org.reflections.scanners.TypeElementsScanner
Q
- QueryBuilder - Interface in org.reflections.util
-
builder for store query
- QueryFunction<C,
T> - Interface in org.reflections.util -
sam function for store query
apply(C) -> Set<T>
R
- read(InputStream) - Method in class org.reflections.serializers.JavaCodeSerializer
- read(InputStream) - Method in class org.reflections.serializers.JsonSerializer
- read(InputStream) - Method in interface org.reflections.serializers.Serializer
-
reads the input stream into a new Reflections instance, populating it's store
- read(InputStream) - Method in class org.reflections.serializers.XmlSerializer
- Reflections - Class in org.reflections
-
Reflections one-stop-shop object
- Reflections() - Constructor for class org.reflections.Reflections
- Reflections(Object...) - Constructor for class org.reflections.Reflections
-
Convenient constructor for Reflections.
- Reflections(String, Scanner...) - Constructor for class org.reflections.Reflections
-
constructs Reflections instance and scan according to the given package
prefix
and optionalscanners
- Reflections(Configuration) - Constructor for class org.reflections.Reflections
-
constructs Reflections instance and scan according to the given
Configuration
- Reflections(Store) - Constructor for class org.reflections.Reflections
- ReflectionsException - Exception Class in org.reflections
- ReflectionsException(String) - Constructor for exception class org.reflections.ReflectionsException
- ReflectionsException(String, Throwable) - Constructor for exception class org.reflections.ReflectionsException
- ReflectionsException(Throwable) - Constructor for exception class org.reflections.ReflectionsException
- ReflectionUtils - Class in org.reflections
-
utils for querying java reflection meta types
- ReflectionUtils() - Constructor for class org.reflections.ReflectionUtils
- ReflectionUtilsPredicates - Class in org.reflections.util
-
helper predicates for java meta types
- ReflectionUtilsPredicates() - Constructor for class org.reflections.util.ReflectionUtilsPredicates
- REPLACE_EXTENSION - Static variable in class org.reflections.vfs.UrlTypeVFS
- replaceZipSeparators(String, Predicate<File>) - Method in class org.reflections.vfs.UrlTypeVFS
- replaceZipSeparatorStartingFrom(String, int) - Method in class org.reflections.vfs.UrlTypeVFS
- resourceName(String) - Static method in class org.reflections.util.ClasspathHelper
- Resources - Enum constant in enum class org.reflections.scanners.Scanners
-
scan non .class files such as xml or properties files
- Resources - Static variable in class org.reflections.ReflectionUtils
-
query url resources using
ClassLoader.getResources(java.lang.String)
- ResourcesScanner - Class in org.reflections.scanners
-
Deprecated.
- ResourcesScanner() - Constructor for class org.reflections.scanners.ResourcesScanner
-
Deprecated.
- resultFilter - Variable in class org.reflections.scanners.MemberUsageScanner
- resultFilter - Variable in enum class org.reflections.scanners.Scanners
- resultFilter - Variable in class org.reflections.scanners.TypeElementsScanner
- root - Variable in class org.reflections.vfs.JbossFile
- root - Variable in class org.reflections.vfs.SystemFile
- root - Variable in class org.reflections.vfs.ZipFile
S
- save(String) - Method in class org.reflections.Reflections
-
serialize metadata to the given
filename
- save(String, Serializer) - Method in class org.reflections.Reflections
-
serialize metadata to the given
filename
andserializer
- save(Reflections, String) - Method in class org.reflections.serializers.JavaCodeSerializer
-
serialize and save to java source code
- 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
- sb - Variable in class org.reflections.serializers.JavaCodeSerializer
- scan() - Method in class org.reflections.Reflections
- scan(ClassFile) - Method in class org.reflections.scanners.AbstractScanner
-
Deprecated.
- scan(ClassFile) - Method in class org.reflections.scanners.MemberUsageScanner
- scan(ClassFile) - Method in class org.reflections.scanners.MethodParameterNamesScanner
- scan(ClassFile) - Method in interface org.reflections.scanners.Scanner
-
scan the given
classFile
and produces list ofMap.Entry
key/values - scan(ClassFile) - Method in enum class org.reflections.scanners.Scanners
- scan(ClassFile) - Method in class org.reflections.scanners.SubTypesScanner
-
Deprecated.
- scan(ClassFile) - Method in class org.reflections.scanners.TypeElementsScanner
- scan(ClassFile, List<Map.Entry<String, String>>) - Method in enum class org.reflections.scanners.Scanners
- scan(Vfs.File) - Method in interface org.reflections.scanners.Scanner
-
scan the given
file
and produces list ofMap.Entry
key/values - scanMember(CtBehavior, List<Map.Entry<String, String>>) - Method in class org.reflections.scanners.MemberUsageScanner
- scanner - Variable in class org.reflections.scanners.AbstractScanner
-
Deprecated.
- Scanner - Interface in org.reflections.scanners
- scanners - Variable in class org.reflections.util.ConfigurationBuilder
- Scanners - Enum Class in org.reflections.scanners
-
base Reflections
Scanner
s such as:Scanners.SubTypes
Scanners.TypesAnnotated
Scanners.MethodsAnnotated
Scanners.ConstructorsAnnotated
Scanners.FieldsAnnotated
Scanners.Resources
Scanners.MethodsParameter
Scanners.ConstructorsParameter
Scanners.MethodsSignature
Scanners.ConstructorsSignature
Scanners.MethodsReturn
note that scanners must be configured inConfiguration
in order to be queried - Scanners() - Constructor for enum class org.reflections.scanners.Scanners
- Serializer - Interface in org.reflections.serializers
-
de/serialization for
Reflections
instance metadata - set(Collection<T>) - Static method in interface org.reflections.util.QueryFunction
- setClassLoaders(ClassLoader[]) - Method in class org.reflections.util.ConfigurationBuilder
-
set optional class loaders used for resolving types.
- setDefaultURLTypes(List<Vfs.UrlType>) - Static method in class org.reflections.vfs.Vfs
-
sets the static default url types.
- setExpandSuperTypes(boolean) - Method in class org.reflections.util.ConfigurationBuilder
-
if set to true, Reflections will expand super types after scanning.
- setInputsFilter(Predicate<String>) - Method in class org.reflections.util.ConfigurationBuilder
-
sets the input filter for all resources to be scanned.
- setParallel(boolean) - Method in class org.reflections.util.ConfigurationBuilder
-
if true, scan urls in parallel.
- setScanners(Scanner...) - Method in class org.reflections.util.ConfigurationBuilder
-
set the scanners instances for scanning different metadata
- setUrls(URL...) - Method in class org.reflections.util.ConfigurationBuilder
-
set the urls to be scanned
- setUrls(Collection<URL>) - Method in class org.reflections.util.ConfigurationBuilder
-
set the urls to be scanned
- shouldExpandSuperTypes() - Method in interface org.reflections.Configuration
-
if true (default), expand super types after scanning, for super types that were not scanned.
- shouldExpandSuperTypes() - Method in class org.reflections.util.ConfigurationBuilder
- single(T) - Static method in interface org.reflections.util.QueryFunction
- 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 string key/value pairs per scanner index in a multimap
Map<String, Map<String, Set<String>>>
- Store() - Constructor for class org.reflections.Store
- Store(Map<String, Map<String, Set<String>>>) - Constructor for class org.reflections.Store
- stringArrayConcat(String[], String[]) - Static method in class org.reflections.util.AnnotationMergeCollector
- stringConcat(String, String) - Static method in class org.reflections.util.AnnotationMergeCollector
- SubTypes - Enum constant in enum class org.reflections.scanners.Scanners
-
scan type superclasses and interfaces
- SubTypesScanner - Class in org.reflections.scanners
-
Deprecated.
- SubTypesScanner() - Constructor for class org.reflections.scanners.SubTypesScanner
-
Deprecated.
- SubTypesScanner(boolean) - Constructor for class org.reflections.scanners.SubTypesScanner
-
Deprecated.
- SuperClass - Static variable in class org.reflections.ReflectionUtils
-
query super class
- SuperTypes - Static variable in class org.reflections.ReflectionUtils
-
query super classes and interfaces including element
- supplier() - Method in class org.reflections.util.AnnotationMergeCollector
- 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
T
- test(String) - Method in class org.reflections.util.FilterBuilder.Exclude
- test(String) - Method in class org.reflections.util.FilterBuilder.Include
- test(String) - Method in class org.reflections.util.FilterBuilder
- toAnnotation(Map<String, Object>) - Static method in class org.reflections.ReflectionUtils
-
create new annotation proxy with member values from the given
map
- toAnnotation(Map<String, Object>, Class<T>) - Static method in class org.reflections.ReflectionUtils
-
create new annotation proxy with member values from the given
map
and member values from the givenmap
- tokenSeparator - Static variable in class org.reflections.serializers.JavaCodeSerializer
- toMap(Annotation) - Static method in class org.reflections.ReflectionUtils
-
map
annotation
to hash map of member values recursively - toMap(Annotation, AnnotatedElement) - Static method in class org.reflections.ReflectionUtils
-
map
annotation
andannotatedElement
to hash map of member values - toName(Class<?>) - Method in interface org.reflections.util.NameHelper
- toName(Object) - Static method in class org.reflections.util.ReflectionUtilsPredicates
- toName(AnnotatedElement) - Method in interface org.reflections.util.NameHelper
- toName(Constructor<?>) - Method in interface org.reflections.util.NameHelper
- toName(Field) - Method in interface org.reflections.util.NameHelper
- toName(Method) - Method in interface org.reflections.util.NameHelper
- toNames(AnnotatedElement...) - Method in interface org.reflections.util.NameHelper
- toNames(Collection<? extends AnnotatedElement>) - Method in interface org.reflections.util.NameHelper
- toString() - Method in class org.reflections.util.FilterBuilder.Exclude
- toString() - Method in class org.reflections.util.FilterBuilder.Include
- toString() - Method in class org.reflections.util.FilterBuilder.Matcher
- toString() - Method in class org.reflections.util.FilterBuilder
- toString() - Method in class org.reflections.vfs.SystemFile
- toString() - Method in class org.reflections.vfs.ZipDir
- toString() - Method in class org.reflections.vfs.ZipFile
- toString(Reflections) - Method in class org.reflections.serializers.JavaCodeSerializer
- tryToGetValidUrl(String, String, String) - Static method in class org.reflections.util.ClasspathHelper
- TypeAnnotationsScanner - Class in org.reflections.scanners
-
Deprecated.
- TypeAnnotationsScanner() - Constructor for class org.reflections.scanners.TypeAnnotationsScanner
-
Deprecated.
- TypeElementsScanner - Class in org.reflections.scanners
-
scan types, annotations, methods and fields, and stores fqn as key and elements as values
- TypeElementsScanner() - Constructor for class org.reflections.scanners.TypeElementsScanner
- TypesAnnotated - Enum constant in enum class org.reflections.scanners.Scanners
-
scan type annotations
U
- uniqueName(String, List<String>) - Method in class org.reflections.serializers.JavaCodeSerializer
- uniqueName(String, List<String>, int) - Method in class org.reflections.serializers.JavaCodeSerializer
- url - Variable in class org.reflections.vfs.JarInputDir
- urls - Variable in class org.reflections.util.ConfigurationBuilder
- UrlTypeVFS - Class in org.reflections.vfs
-
UrlType to be used by Reflections library.
- UrlTypeVFS() - Constructor for class org.reflections.vfs.UrlTypeVFS
- UtilQueryBuilder<F,
E> - Interface in org.reflections.util -
query builder for
QueryFunction
V
- valueOf(String) - Static method in enum class org.reflections.scanners.Scanners
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.reflections.scanners.Scanners
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.reflections.vfs.Vfs.DefaultUrlTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vfs - Class in org.reflections.vfs
-
a simple virtual file system bridge
- Vfs() - Constructor for class org.reflections.vfs.Vfs
- Vfs.DefaultUrlTypes - Enum Class in org.reflections.vfs
-
default url types used by
Vfs.fromURL(java.net.URL)
- Vfs.Dir - Interface in org.reflections.vfs
-
an abstract vfs dir
- Vfs.File - Interface in org.reflections.vfs
-
an abstract vfs file
- Vfs.UrlType - Interface in org.reflections.vfs
-
a matcher and factory for a url
- VFSFILE - Variable in class org.reflections.vfs.UrlTypeVFS
- VFSZIP - Variable in class org.reflections.vfs.UrlTypeVFS
- virtualFile - Variable in class org.reflections.vfs.JbossDir
- virtualFile - Variable in class org.reflections.vfs.JbossFile
W
- with(AnnotatedElement...) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
AnnotatedElements
varargs, not including. - with(String) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
key
String, not includingkey
. - with(Collection<String>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
keys
String collection, not includingkeys
. - with(Set<? extends AnnotatedElement>) - Method in interface org.reflections.util.QueryBuilder
-
transitive values indexed for
AnnotatedElements
set, not including. - withAnnotation(Annotation) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where element is annotated with given
annotation
, including member matching - withAnnotation(Class<? extends Annotation>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where element is annotated with given
annotation
- withAnnotations(Annotation...) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where element is annotated with given
annotations
, including member matching - withAnnotations(Class<? extends Annotation>...) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where element is annotated with given
annotations
- withAnyParameterAnnotation(Annotation) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method/constructor has any parameter with an annotation matches given
annotations
, including member matching - withAnyParameterAnnotation(Class<? extends Annotation>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method/constructor has any parameter with an annotation matches given
annotations
- withClassModifier(int) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when class modifier matches given
mod
- withInterface() - Static method in class org.reflections.util.ReflectionUtilsPredicates
- withModifier(int) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when member modifier matches given
mod
- withName(String) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where member name equals given
name
- withNamePrefix(String) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where annotated element name startsWith given
prefix
- withParameters(Class<?>...) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method/constructor parameter types equals given
types
- withParametersAssignableFrom(Class...) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method/constructor parameter types assignable from given
types
- withParametersAssignableTo(Class...) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when member parameter types assignable to given
types
- withParametersCount(int) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method/constructor parameters count equal given
count
- withPattern(String) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where member's
toString
matches givenregex
- withPrefix(String) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
where member name startsWith given
prefix
- withPublic() - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when member modifier is public
- withReturnType(Class<T>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method return type equal given
type
- withReturnTypeAssignableFrom(Class<T>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when method return type assignable from given
type
- withStatic() - Static method in class org.reflections.util.ReflectionUtilsPredicates
- withType(Class<T>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when field type equal given
type
- withTypeAssignableTo(Class<T>) - Static method in class org.reflections.util.ReflectionUtilsPredicates
-
when field type assignable to given
type
X
- XmlSerializer - Class in org.reflections.serializers
-
xml serialization for
Reflections
- XmlSerializer() - Constructor for class org.reflections.serializers.XmlSerializer
Z
- ZipDir - Class in org.reflections.vfs
- ZipDir(JarFile) - Constructor for class org.reflections.vfs.ZipDir
- ZipFile - Class in org.reflections.vfs
- ZipFile(ZipDir, ZipEntry) - Constructor for class org.reflections.vfs.ZipFile
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form