| Package | Description |
|---|---|
| org.reflections | |
| org.reflections.serializers |
| Modifier and Type | Method and Description |
|---|---|
Reflections |
Reflections.collect(File file,
Serializer serializer)
deserialize and merge saved Reflections metadata from the given
file and serializer |
Reflections |
Reflections.collect(InputStream inputStream,
Serializer serializer)
deserialize and merge saved Reflections metadata from the given
inputStream and serializer |
static Reflections |
Reflections.collect(String packagePrefix,
Predicate<String> resourceNameFilter,
Serializer serializer)
collect saved Reflections metadata from all urls that contains the given
packagePrefix and matches the given resourceNameFilter,
and deserializes using the given serializer |
File |
Reflections.save(String filename,
Serializer serializer)
serialize metadata to the given
filename and serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaCodeSerializer
source code serialization for
Reflections |
class |
JsonSerializer
json serialization for
Reflections |
class |
XmlSerializer
xml serialization for
Reflections |
Copyright © 2023. All rights reserved.