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 TypeMethodDescriptionstatic Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Adds a new conversion function for converting from one type to another.Methods in com.cedarsoftware.util with parameters of type ConvertModifier and TypeMethodDescriptionstatic Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionFunction) Adds a new conversion function for converting from one type to another. -
Uses of Convert in com.cedarsoftware.util.convert
Subinterfaces of Convert in com.cedarsoftware.util.convertMethods in com.cedarsoftware.util.convert that return ConvertModifier and TypeMethodDescriptionstatic Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionMethod) Adds a new conversion function for converting from one type to another.Methods in com.cedarsoftware.util.convert that return types with arguments of type ConvertModifier and TypeMethodDescriptiondefault Map<Converter.ConversionPair,Convert<?>> ConverterOptions.getConverterOverrides()Overrides for converter conversions.DefaultConverterOptions.getConverterOverrides()Methods in com.cedarsoftware.util.convert with parameters of type ConvertModifier and TypeMethodDescriptionstatic Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionMethod) Adds a new conversion function for converting from one type to another.