Uses of Interface
org.reflections.Configuration
Packages that use Configuration
-
Uses of Configuration in org.reflections
Fields in org.reflections declared as ConfigurationMethods in org.reflections that return ConfigurationModifier and TypeMethodDescriptionReflections.getConfiguration()returns theConfigurationobject of this instanceConstructors in org.reflections with parameters of type ConfigurationModifierConstructorDescriptionReflections(Configuration configuration) constructs a Reflections instance and scan according to givenConfiguration -
Uses of Configuration in org.reflections.scanners
Fields in org.reflections.scanners declared as ConfigurationMethods in org.reflections.scanners that return ConfigurationMethods in org.reflections.scanners with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidAbstractScanner.setConfiguration(Configuration configuration) voidScanner.setConfiguration(Configuration configuration) -
Uses of Configuration in org.reflections.util
Classes in org.reflections.util that implement ConfigurationModifier and TypeClassDescriptionclassa fluent builder forConfiguration, to be used for constructing aReflectionsinstance