Uses of Interface
com.helger.commons.typeconvert.ITypeConverterRule
Packages that use ITypeConverterRule
-
Uses of ITypeConverterRule in com.helger.commons.typeconvert
Methods in com.helger.commons.typeconvert with parameters of type ITypeConverterRuleModifier and TypeMethodDescriptionvoidITypeConverterRegistry.registerTypeConverterRule(ITypeConverterRule<?, ?> aTypeConverterRule) Register a flexible type converter rule.voidTypeConverterRegistry.registerTypeConverterRule(ITypeConverterRule<?, ?> aTypeConverterRule) -
Uses of ITypeConverterRule in com.helger.commons.typeconvert.rule
Classes in com.helger.commons.typeconvert.rule that implement ITypeConverterRuleModifier and TypeClassDescriptionclassAbstractTypeConverterRule<SRC,DST> Abstract type converter rule implementationclassType converter than can convert from a base source class to a destination class.classAbstract type converter than can convert from a base source class to a destination class.classAbstract type converter than can convert from a base source class to a destination class.classAbstract type converter than can convert from a base source class to a destination class.