Uses of Interface
org.simpleframework.xml.convert.Converter
Packages that use Converter
-
Uses of Converter in org.simpleframework.xml.convert
Fields in org.simpleframework.xml.convert with type parameters of type ConverterModifier and TypeFieldDescriptionConverterFactory.cache
This is the cache that is used to cache converter instances.Registry.cache
This is used to cache the converters based on object types.Methods in org.simpleframework.xml.convert that return ConverterModifier and TypeMethodDescriptionprivate Converter
This is used to acquire aConverter
instance from the registry.private Converter
This is used to acquire aConverter
instance from this binder.private Converter
ConverterFactory.getConverter
(Class type) This is used to instantiate the converter based on the type provided.private Converter
ConverterFactory.getConverter
(Class type, Constructor factory) This is used to instantiate the converter based on the type provided.ConverterScanner.getConverter
(Type type, Object value) This method will lookup and instantiate a converter found from scanning the field or method type provided.ConverterScanner.getConverter
(Type type, Value value) This method will lookup and instantiate a converter found from scanning the field or method type provided.ConverterFactory.getInstance
(Class type) This is used to instantiate the converter based on the type provided.ConverterFactory.getInstance
(Convert convert) This is used to instantiate the converter based on the type of theConvert
annotation provided.This is used to acquire aConverter
instance from the registry.This is used to acquire aConverter
instance from this binder.private Converter
This is used to acquire aConverter
instance for the provided object instance.private Converter
This is used to acquire aConverter
instance for the provided value object.Methods in org.simpleframework.xml.convert with parameters of type Converter