| Package | Description |
|---|---|
| com.phloc.commons.typeconvert | |
| com.phloc.commons.typeconvert.rule |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeConverterRegistry.registerTypeConverterRule(ITypeConverterRule aTypeConverterRule) |
void |
ITypeConverterRegistry.registerTypeConverterRule(ITypeConverterRule aTypeConverterRule)
Register a flexible type converter rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTypeConverterRule
Abstract type converter rule implementation
|
class |
AbstractTypeConverterRuleAnySourceFixedDestination
Abstract type converter than can convert from a base source class to a
destination class.
|
class |
AbstractTypeConverterRuleAssignableSourceFixedDestination
Abstract type converter than can convert from a base source class to a
destination class.
|
class |
AbstractTypeConverterRuleFixedSourceAnyDestination
Abstract type converter than can convert from a base source class to a
destination class.
|
class |
AbstractTypeConverterRuleFixedSourceAssignableDestination
Abstract type converter than can convert from a base source class to a
destination class.
|
Copyright © 2006–2014 phloc systems. All rights reserved.