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 ConvertConverterScanner.getConvert(Class real) This method is used to scan the providedTypefor an annotation.private ConvertConverterScanner.getConvert(Type type) This method is used to scan the providedTypefor an annotation.private ConvertConverterScanner.getConvert(Type type, Class real) This method is used to scan the providedTypefor 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 theConvertannotation provided.