Package com.helger.commons.typeconvert
package com.helger.commons.typeconvert
-
ClassDescriptionRegister the base type converterRegister the locale specific type converterRegister the base type converterRegister the date and time specific type converterRegister the IO specific type converterITypeConverter<SRC,
DST> Special interface that is used to convert between values of different types.A callback interface that is used in several places of the type conversion engine.Find the correct type converter provider from a source class to a destination class.SPI interface to be implemented by other modules wishing to register their own type converters.Callback interface for registering new type converters.ITypeConverterRule<SRC,DST> Flexible type converter that can handle multiple source and/or destination classes.Define the sub types of the rules.Register the locale specific type converterRegister the mutable* specific type converterHelper class for converting base types likes "boolean" to object types like "Boolean".
UsesTypeConverterRegistry.getFuzzyConverter(Class, Class)for retrieving a registered converter.Exceptions of this type are only thrown from theTypeConverterclass if type conversion fails.An type converter provider that tries to provide an exact match before trying fuzzy matches.An exact type converter provider.A fuzzy type converter provider.A rule based type converter provider.This class contains all the default type converters for the default types that are required.