Uses of Class
org.simpleframework.xml.convert.Convert
-
Packages that use Convert Package Description org.simpleframework.xml.convert -
-
Uses of Convert in org.simpleframework.xml.convert
Methods in org.simpleframework.xml.convert that return Convert Modifier and Type Method Description private ConvertConverterScanner. getConvert(java.lang.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, java.lang.Class real)This method is used to scan the providedTypefor an annotation.Methods in org.simpleframework.xml.convert with parameters of type Convert Modifier and Type Method Description ConverterConverterFactory. getInstance(Convert convert)This is used to instantiate the converter based on the type of theConvertannotation provided.
-