Package org.reflections
Class Store
java.lang.Object
org.reflections.Store
stores metadata information in multimaps
use the different query methods (getXXX) to query the metadata
the query methods are string based, and does not cause the class loader to define the types
use Reflections.getStore() to access this store
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, Map<String, Collection<String>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the values stored for the givenindexandkeysget(Class<?> scannerClass, Collection<String> keys) get the values stored for the givenindexandkeysprivate Map<String, Collection<String>> get the multimap object for the givenindex, otherwise throws aReflectionsExceptionget the values stored for the givenindexandkeysget(String index, Collection<String> keys) get the values stored for the givenindexandkeysrecursively get the values stored for the givenindexandkeys, not including keysgetAll(Class<?> scannerClass, Collection<String> keys) recursively get the values stored for the givenindexandkeys, not including keysgetAllIncluding(Class<?> scannerClass, Collection<String> keys) recursively get the values stored for the givenindexandkeys, including keyskeySet()return all indices(package private) voidbooleanboolean
-
Field Details
-
storeMap
-
-
Constructor Details
-
Store
protected Store()
-
-
Method Details
-
keySet
return all indices -
get
get the multimap object for the givenindex, otherwise throws aReflectionsException -
get
get the values stored for the givenindexandkeys -
get
get the values stored for the givenindexandkeys -
get
get the values stored for the givenindexandkeys -
get
get the values stored for the givenindexandkeys -
getAllIncluding
recursively get the values stored for the givenindexandkeys, including keys -
getAll
recursively get the values stored for the givenindexandkeys, not including keys -
getAll
recursively get the values stored for the givenindexandkeys, not including keys -
keys
-
values
-
put
-
put
-
merge
-