| Package | Description |
|---|---|
| com.helger.commons.typeconvert.rule |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeConverterRuleAnySourceFixedDestination<DST>
Type converter than can convert from a base source class to a destination
class.
|
class |
TypeConverterRuleAssignableSourceFixedDestination<SRC,DST>
Abstract type converter than can convert from a base source class to a
destination class.
|
class |
TypeConverterRuleFixedSourceAnyDestination<SRC>
Abstract type converter than can convert from a base source class to a
destination class.
|
class |
TypeConverterRuleFixedSourceAssignableDestination<SRC,DST>
Abstract type converter than can convert from a base source class to a
destination class.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.