Uses of Annotation Interface
org.simpleframework.xml.convert.Convert
Packages that use Convert
-
Uses of Convert in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert that return ConvertModifier and TypeMethodDescriptionprivate Convert
ConverterScanner.getConvert
(Class real) This method is used to scan the providedType
for an annotation.private Convert
ConverterScanner.getConvert
(Type type) This method is used to scan the providedType
for an annotation.private Convert
ConverterScanner.getConvert
(Type type, Class real) This method is used to scan the providedType
for an annotation.Methods in org.simpleframework.xml.convert with parameters of type ConvertModifier and TypeMethodDescriptionConverterFactory.getInstance
(Convert convert) This is used to instantiate the converter based on the type of theConvert
annotation provided.