Package | Description |
---|---|
org.reflections | |
org.reflections.serializers | |
org.reflections.util |
Modifier and Type | Method and Description |
---|---|
Serializer |
Configuration.getSerializer()
the default serializer to use when saving Reflection
|
Modifier and Type | Method and Description |
---|---|
static Reflections |
Reflections.collect(String packagePrefix,
com.google.common.base.Predicate<String> resourceNameFilter,
Serializer... optionalSerializer)
collect saved Reflections resources from all urls that contains the given packagePrefix and matches the given resourceNameFilter
and de-serializes them using the default serializer
XmlSerializer or using the optionally supplied optionalSerializer |
File |
Reflections.save(String filename,
Serializer serializer)
serialize to a given directory and filename using given serializer
|
Modifier and Type | Class and Description |
---|---|
class |
JavaCodeSerializer
serialization of Reflections to java code
|
class |
JsonSerializer
serialization of Reflections to json
|
class |
XmlSerializer
serialization of Reflections to xml
|
Modifier and Type | Method and Description |
---|---|
Serializer |
ConfigurationBuilder.getSerializer() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.setSerializer(Serializer serializer)
sets the serializer used when issuing
Reflections.save(java.lang.String) |
Copyright © 2019. All rights reserved.