Uses of Interface
com.cedarsoftware.util.convert.Convert
Packages that use Convert
-
Uses of Convert in com.cedarsoftware.util
Methods in com.cedarsoftware.util that return ConvertModifier and TypeMethodDescriptionConvert<?> Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Add a new conversion.Methods in com.cedarsoftware.util with parameters of type ConvertModifier and TypeMethodDescriptionConvert<?> Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Add a new conversion. -
Uses of Convert in com.cedarsoftware.util.convert
Methods in com.cedarsoftware.util.convert that return ConvertModifier and TypeMethodDescriptionConvert<?> Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Add a new conversion.Methods in com.cedarsoftware.util.convert that return types with arguments of type ConvertModifier and TypeMethodDescriptionConverterOptions.getConverterOverrides()Overrides for converter conversions.DefaultConverterOptions.getConverterOverrides()Methods in com.cedarsoftware.util.convert with parameters of type ConvertModifier and TypeMethodDescriptionConvert<?> Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Add a new conversion.