Modifier and Type | Class and Description |
---|---|
class |
ErraiPropertyScanner |
class |
ExtendedTypeAnnotationScanner |
Modifier and Type | Method and Description |
---|---|
Set<Scanner> |
Configuration.getScanners()
the scanner instances used for scanning different metadata
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,String> |
Store.get(Scanner scanner)
return the multimap store of the given scanner.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<String,String> |
Store.get(Class<? extends Scanner> scannerClass)
return the multimap store of the given scanner class.
|
Set<String> |
Store.get(Class<? extends Scanner> scannerClass,
String... keys)
get the values of given keys stored for the given scanner class
|
Constructor and Description |
---|
Reflections(Object[] urlHints,
Scanner... scanners)
a convenient constructor for scanning within given package prefixes and urls containing given classes.
|
Reflections(String prefix,
Scanner... scanners)
a convenient constructor for scanning within a package prefix
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScanner |
class |
ConvertersScanner
scans for methods that take one class as an argument and returns another class
|
class |
FieldAnnotationsScanner
scans for field's annotations
|
class |
MethodAnnotationsScanner |
class |
MethodParametersAnnotationsScanner |
class |
MethodParameterScanner
scans methods/constructors and indexes parameters, return type and parameter annotations
|
class |
ResourcesScanner
collects all resources that are not classes in a collection
|
class |
SubTypesScanner
scans for superclass and interfaces of a class, allowing a reverse lookup for subtypes
|
class |
TypeAnnotationsScanner
scans for class's annotations, where @Retention(RetentionPolicy.RUNTIME)
|
class |
TypeElementsScanner
scans fields and methods and stores fqn as key and elements as values
|
class |
TypesScanner
scans classes and stores fqn as key and full path as value
|
Modifier and Type | Method and Description |
---|---|
Scanner |
Scanner.filterResultsBy(com.google.common.base.Predicate<String> filter) |
Scanner |
AbstractScanner.filterResultsBy(com.google.common.base.Predicate<String> filter) |
Modifier and Type | Method and Description |
---|---|
String |
ScannerRegistry.getName(Class<? extends Scanner> clazz) |
void |
ScannerRegistry.setName(Class<? extends Scanner> clazz,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<Scanner> |
ConfigurationBuilder.getScanners() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.setScanners(Scanner... scanners)
set the scanners instances for scanning different metadata
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.