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<?> conversionMethod) Adds a new conversion function for converting from one type to another in the global static context.Methods in com.cedarsoftware.util 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 in the global static context. -
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 TypeMethodDescriptionConvert<?>Converter.addConversion(Convert<?> conversionMethod, Class<?> source, Class<?> target) Adds a new conversion function for converting from one type to another for this specific Converter instance.Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionMethod) Deprecated.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 TypeMethodDescriptionConvert<?>Converter.addConversion(Convert<?> conversionMethod, Class<?> source, Class<?> target) Adds a new conversion function for converting from one type to another for this specific Converter instance.Convert<?>Converter.addConversion(Class<?> source, Class<?> target, Convert<?> conversionMethod) Deprecated.UseConverter.addConversion(Convert, Class, Class)instead.
Converter.addConversion(Convert, Class, Class)instead.