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.cacheThis is the cache that is used to cache converter instances.Registry.cacheThis is used to cache the converters based on object types.Methods in org.simpleframework.xml.convert that return ConverterModifier and TypeMethodDescriptionprivate ConverterThis is used to acquire aConverterinstance from the registry.private ConverterThis is used to acquire aConverterinstance from this binder.private ConverterConverterFactory.getConverter(Class type) This is used to instantiate the converter based on the type provided.private ConverterConverterFactory.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 theConvertannotation provided.This is used to acquire aConverterinstance from the registry.This is used to acquire aConverterinstance from this binder.private ConverterThis is used to acquire aConverterinstance for the provided object instance.private ConverterThis is used to acquire aConverterinstance for the provided value object.Methods in org.simpleframework.xml.convert with parameters of type Converter