Uses of Interface
org.reflections.serializers.Serializer
-
Packages that use Serializer Package Description org.reflections org.reflections.serializers org.reflections.util -
-
Uses of Serializer in org.reflections
Methods in org.reflections that return Serializer Modifier and Type Method Description Serializer
Configuration. getSerializer()
the default serializer to use when saving ReflectionMethods in org.reflections with parameters of type Serializer Modifier and Type Method Description static Reflections
Reflections. collect(java.lang.String packagePrefix, java.util.function.Predicate<java.lang.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 serializerXmlSerializer
or using the optionally supplied optionalSerializerjava.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 Modifier and Type Class Description class
JavaCodeSerializer
Serialization of Reflections to java codeclass
JsonSerializer
serialization of Reflections to jsonclass
XmlSerializer
serialization of Reflections to xml -
Uses of Serializer in org.reflections.util
Fields in org.reflections.util declared as Serializer Modifier and Type Field Description private Serializer
ConfigurationBuilder. serializer
Methods in org.reflections.util that return Serializer Modifier and Type Method Description Serializer
ConfigurationBuilder. getSerializer()
Methods in org.reflections.util with parameters of type Serializer Modifier and Type Method Description ConfigurationBuilder
ConfigurationBuilder. setSerializer(Serializer serializer)
sets the serializer used when issuingReflections.save(java.lang.String)
-