|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
org.reflections | |
org.reflections.serializers | |
org.reflections.util |
Uses of Serializer in org.reflections |
---|
Methods in org.reflections that return Serializer | |
---|---|
Serializer |
Configuration.getSerializer()
the default serializer to use when saving Reflection |
Methods in org.reflections with parameters of type Serializer | |
---|---|
Reflections |
Reflections.collect(java.lang.String packagePrefix,
com.google.common.base.Predicate<java.lang.String> resourceNameFilter,
Serializer serializer)
collect saved Reflections resources from all urls that contains the given packagePrefix and matches the given resourceNameFilter and de-serializes them using the serializer configured in the configuration |
java.io.File |
Reflections.save(java.lang.String filename,
Serializer serializer)
serialize to a given directory and filename using given serializer |
Uses of Serializer in org.reflections.serializers |
---|
Classes in org.reflections.serializers that implement Serializer | |
---|---|
class |
JavaCodeSerializer
serialization of Reflections to java code |
class |
JsonSerializer
serialization of Reflections to json |
class |
XmlSerializer
serialization of Reflections to xml |
Uses of Serializer in org.reflections.util |
---|
Methods in org.reflections.util that return Serializer | |
---|---|
Serializer |
ConfigurationBuilder.getSerializer()
|
Methods in org.reflections.util with parameters of type Serializer | |
---|---|
ConfigurationBuilder |
ConfigurationBuilder.setSerializer(Serializer serializer)
sets the serializer used when issuing Reflections.save(java.lang.String) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |