Uses of Interface
com.podio.item.map.converter.FieldConverter
-
Packages that use FieldConverter Package Description com.podio.item.map.converter -
-
Uses of FieldConverter in com.podio.item.map.converter
Classes in com.podio.item.map.converter that implement FieldConverter Modifier and Type Class Description classCategoryConverterclassMoneyConverterclassNumberConverterclassProgressConverterclassTextConverterMethods in com.podio.item.map.converter that return FieldConverter Modifier and Type Method Description FieldConverterCategoryConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)FieldConverterFieldConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)static FieldConverterFieldConverterRegistry. getConverter(ApplicationField field, Method readMethod)FieldConverterMoneyConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)FieldConverterNumberConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)FieldConverterProgressConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)FieldConverterTextConverterProvider. getConverter(ApplicationField field, AnnotatedElement element)
-