Name | Description | Type | Package | Framework |
AbstractScanner | Class | org.reflections.scanners | Reflections | |
ClasspathHelper | Class | org.reflections.util | Reflections | |
Configuration | Configuration is used to create a configured instance of Reflections it is preferred to use ConfigurationBuilder | Interface | org.reflections | Reflections |
ConfigurationBuilder | a fluent builder for Configuration, to be used for constructing a Reflections instance new Reflections( | Class | org.reflections.util | Reflections |
FieldAnnotationsScanner | Class | org.reflections.scanners | Reflections | |
FilterBuilder | an include exclude filter builder Predicate filter1 = FilterBuilder. | Class | org.reflections.util | Reflections |
JavaCodeSerializer | serialization of Reflections to java code serializes types and types elements into interfaces respectively to fully qualified name, | Class | org.reflections.serializers | Reflections |
JavassistAdapter | Class | org.reflections.adapters | Reflections | |
MetadataAdapter | Interface | org.reflections.adapters | Reflections | |
MethodAnnotationsScanner | Class | org.reflections.scanners | Reflections | |
Reflections | Reflections one-stop-shop object Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project. | Class | org.reflections | Reflections |
ReflectionsException | Class | org.reflections | Reflections | |
ReflectionUtils | convenient java reflection helper methods 1. | Class | org.reflections | Reflections |
ResourcesScanner | collects all resources that are not classes in a collection key: value - {web. | Class | org.reflections.scanners | Reflections |
Scanner | Interface | org.reflections.scanners | Reflections | |
Serializer | Interface | org.reflections.serializers | Reflections | |
Store | stores metadata information in multimaps use the different query methods (getXXX) to query the metadata | Class | org.reflections | Reflections |
SubTypesScanner | Class | org.reflections.scanners | Reflections | |
SystemDir | an implementation of Vfs. | Class | org.reflections.vfs | Reflections |
SystemFile | an implementation of Vfs. | Class | org.reflections.vfs | Reflections |
TypeAnnotationsScanner | scans for class's annotations, where @Retention(RetentionPolicy. | Class | org.reflections.scanners | Reflections |
TypeElementsScanner | Class | org.reflections.scanners | Reflections | |
Utils | Class | org.reflections.util | Reflections | |
Vfs | a simple virtual file system bridge use the fromURL(java. | Class | org.reflections.vfs | Reflections |
XmlSerializer | serialization of Reflections to xml an example of produced xml: | Class | org.reflections.serializers | Reflections |
ZipDir | an implementation of Vfs. | Class | org.reflections.vfs | Reflections |
ZipFile | an implementation of Vfs. | Class | org.reflections.vfs | Reflections |