Uses of Interface
com.helger.commons.typeconvert.ITypeConverterRegistry
Packages that use ITypeConverterRegistry
-
Uses of ITypeConverterRegistry in com.helger.commons.typeconvert
Classes in com.helger.commons.typeconvert that implement ITypeConverterRegistryModifier and TypeClassDescriptionfinal classThis class contains all the default type converters for the default types that are required.Methods in com.helger.commons.typeconvert with parameters of type ITypeConverterRegistryModifier and TypeMethodDescriptionvoidBaseTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) Register all type converters for the 15 base types:
Boolean Byte Character Double Float Integer Long Short String BigDecimal BigInteger AtomicBoolean AtomicInteger AtomicLong StringBuffer StringBuildervoidCharsetTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) voidCollectionTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) Register type converters for the collection types:
CommonsList CommonsVector LinkedList CopyOnWriteArrayList List CommonsHashSet CommonsTreeSet CommonsLinkedHashSet CopyOnWriteArraySet SetvoidDateTimeTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) voidIOTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) voidITypeConverterRegistrarSPI.registerTypeConverter(ITypeConverterRegistry aRegistry) Register all your type converters.voidLocaleTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry) voidMutableTypeConverterRegistrar.registerTypeConverter(ITypeConverterRegistry aRegistry)