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 ReflectionsReflections.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 givenfileandserializerReflections.collect(InputStream inputStream, Serializer serializer) deserialize and merge saved Reflections metadata from the giveninputStreamandserializerstatic Reflectionscollect saved Reflections metadata from all urls that contains the givenpackagePrefixand matches the givenresourceNameFilter, and deserialize using the default serializerXmlSerializerstatic ReflectionsReflections.collect(String packagePrefix, Predicate<String> resourceNameFilter, Serializer serializer) collect saved Reflections metadata from all urls that contains the givenpackagePrefixand matches the givenresourceNameFilter, and deserializes using the givenserializerReflections.merge(Reflections reflections) merges the givenreflectionsinstance metadata into this instanceMethods in org.reflections with parameters of type ReflectionsModifier and TypeMethodDescriptionReflections.merge(Reflections reflections) merges the givenreflectionsinstance 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 voidJavaCodeSerializer.toString(Reflections reflections)