Uses of Class
org.simpleframework.xml.convert.Registry
Packages that use Registry
-
Uses of Registry in org.simpleframework.xml.convert
Fields in org.simpleframework.xml.convert declared as RegistryModifier and TypeFieldDescriptionprivate final Registry
RegistryStrategy.registry
This is the registry that is used to resolve bindings.Methods in org.simpleframework.xml.convert that return RegistryModifier and TypeMethodDescriptionThis is used to register a binding between a type and the converter used to serialize and deserialize it.This is used to register a binding between a type and the converter used to serialize and deserialize it.Constructors in org.simpleframework.xml.convert with parameters of type RegistryModifierConstructorDescriptionRegistryStrategy
(Registry registry) Constructor for theRegistryStrategy
object.RegistryStrategy
(Registry registry, Strategy strategy) Constructor for theRegistryStrategy
object.