Package com.helger.commons.typeconvert.rule
-
Class Summary Class Description AbstractTypeConverterRule<SRC,DST> Abstract type converter rule implementationTypeConverterRuleAnySourceFixedDestination<DST> Type converter than can convert from a base source class to a destination class.TypeConverterRuleAssignableSourceFixedDestination<SRC,DST> Abstract type converter than can convert from a base source class to a destination class.TypeConverterRuleFixedSourceAnyDestination<SRC> Abstract type converter than can convert from a base source class to a destination class.TypeConverterRuleFixedSourceAssignableDestination<SRC,DST> Abstract type converter than can convert from a base source class to a destination class.