Uses of Interface
org.bndly.common.converter.api.Converter
-
Packages that use Converter Package Description org.bndly.common.converter.api org.bndly.common.converter.impl -
-
Uses of Converter in org.bndly.common.converter.api
Subinterfaces of Converter in org.bndly.common.converter.api Modifier and Type Interface Description interfaceTwoWayConverter<SOURCE,TARGET>Methods in org.bndly.common.converter.api that return Converter Modifier and Type Method Description Converter<SOURCE,TARGET>Converter. canConvertFromTo(Class<? extends SOURCE> sourceType, Class<? extends TARGET> targetType)ConverterConverterRegistry. getConverter(Class sourceType, Class targetType)Methods in org.bndly.common.converter.api with parameters of type Converter Modifier and Type Method Description voidConverterRegistry. addConverter(Converter converter)voidConverterRegistry. removeConverter(Converter converter) -
Uses of Converter in org.bndly.common.converter.impl
Classes in org.bndly.common.converter.impl that implement Converter Modifier and Type Class Description classAbstractPrimitiveStringConverter<P>classBigDecimalStringConverterclassBooleanStringConverterclassByteStringConverterclassDateStringConverterclassDoubleStringConverterclassFloatStringConverterclassIntegerStringConverterclassLongStringConverterclassShortStringConverterMethods in org.bndly.common.converter.impl that return Converter Modifier and Type Method Description Converter<P,String>AbstractPrimitiveStringConverter. canConvertFromTo(Class<? extends P> sourceType, Class<? extends String> targetType)ConverterConverterRegistryImpl. getConverter(Class sourceType, Class targetType)Methods in org.bndly.common.converter.impl with parameters of type Converter Modifier and Type Method Description voidConverterRegistryImpl. addConverter(Converter converter)protected voidConverterRegistryImpl. bindConverter(Converter converter)voidConverterRegistryImpl. removeConverter(Converter converter)protected voidConverterRegistryImpl. unbindConverter(Converter converter)
-