Uses of Interface
org.reflections.serializers.Serializer
Packages that use Serializer
-
Uses of Serializer in org.reflections
Methods in org.reflections that return SerializerModifier and TypeMethodDescriptionConfiguration.getSerializer()
the default serializer to use when saving ReflectionMethods in org.reflections with parameters of type SerializerModifier and TypeMethodDescriptionstatic Reflections
Reflections.collect
(String packagePrefix, 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 serializerXmlSerializer
or using the optionally supplied optionalSerializerReflections.save
(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 SerializerModifier and TypeClassDescriptionclass
Serialization of Reflections to java codeclass
serialization of Reflections to jsonclass
serialization of Reflections to xml -
Uses of Serializer in org.reflections.util
Fields in org.reflections.util declared as SerializerMethods in org.reflections.util that return SerializerMethods in org.reflections.util with parameters of type SerializerModifier and TypeMethodDescriptionConfigurationBuilder.setSerializer
(Serializer serializer) sets the serializer used when issuingReflections.save(java.lang.String)