Uses of Class
org.reflections.Reflections
Packages that use Reflections
-
Uses of Reflections in org.reflections
Methods in org.reflections that return ReflectionsModifier and TypeMethodDescriptionstatic Reflections
Reflections.collect()
collect saved Reflection xml resources and merge it into a Reflections instanceReflections.collect
(File file, Serializer serializer) deserialize and merge saved Reflections metadata from the givenfile
andserializer
Reflections.collect
(InputStream inputStream, Serializer serializer) deserialize and merge saved Reflections metadata from the giveninputStream
andserializer
static Reflections
collect saved Reflections metadata from all urls that contains the givenpackagePrefix
and matches the givenresourceNameFilter
, and deserialize using the default serializerXmlSerializer
static Reflections
Reflections.collect
(String packagePrefix, Predicate<String> resourceNameFilter, Serializer serializer) collect saved Reflections metadata from all urls that contains the givenpackagePrefix
and matches the givenresourceNameFilter
, and deserializes using the givenserializer
Reflections.merge
(Reflections reflections) merges the givenreflections
instance metadata into this instanceMethods in org.reflections with parameters of type ReflectionsModifier and TypeMethodDescriptionReflections.merge
(Reflections reflections) merges the givenreflections
instance metadata into this instance -
Uses of Reflections in org.reflections.serializers
Methods in org.reflections.serializers that return ReflectionsModifier and TypeMethodDescriptionJavaCodeSerializer.read
(InputStream inputStream) JsonSerializer.read
(InputStream inputStream) Serializer.read
(InputStream inputStream) reads the input stream into a new Reflections instance, populating it's storeXmlSerializer.read
(InputStream inputStream) Methods in org.reflections.serializers with parameters of type ReflectionsModifier and TypeMethodDescriptionJavaCodeSerializer.save
(Reflections reflections, String name) serialize and save to java source codeJsonSerializer.save
(Reflections reflections, String filename) Serializer.save
(Reflections reflections, String filename) saves a Reflections instance into the given filenameXmlSerializer.save
(Reflections reflections, String filename) private void
JavaCodeSerializer.toString
(Reflections reflections)