| Class | Description |
|---|---|
| AbstractTypeConverterRule<SRC,DST> |
Abstract type converter rule implementation
|
| TypeConverterRuleAnySourceFixedDestination<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.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.