Uses of Class
org.simpleframework.xml.convert.Registry
-
Packages that use Registry Package Description org.simpleframework.xml.convert -
-
Uses of Registry in org.simpleframework.xml.convert
Fields in org.simpleframework.xml.convert declared as Registry Modifier and Type Field Description private Registry
RegistryStrategy. registry
This is the registry that is used to resolve bindings.Methods in org.simpleframework.xml.convert that return Registry Modifier and Type Method Description Registry
Registry. bind(java.lang.Class type, java.lang.Class converter)
This is used to register a binding between a type and the converter used to serialize and deserialize it.Registry
Registry. bind(java.lang.Class type, Converter converter)
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 Registry Constructor Description RegistryStrategy(Registry registry)
Constructor for theRegistryStrategy
object.RegistryStrategy(Registry registry, Strategy strategy)
Constructor for theRegistryStrategy
object.
-