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 Convert
ConverterScanner. getConvert(java.lang.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, java.lang.Class real)
This method is used to scan the providedType
for an annotation.Methods in org.simpleframework.xml.convert with parameters of type Convert Modifier and Type Method Description Converter
ConverterFactory. getInstance(Convert convert)
This is used to instantiate the converter based on the type of theConvert
annotation provided.
-