| Package | Description |
|---|---|
| com.helger.commons.typeconvert | |
| com.helger.commons.typeconvert.rule |
| Class and Description |
|---|
| ITypeConverter
Special interface that is used to convert between values of different types.
|
| ITypeConverterCallback
A callback interface that is used in several places of the type conversion
engine.
|
| ITypeConverterProvider
Find the correct type converter provider from a source class to a destination
class.
|
| ITypeConverterRegistrarSPI
SPI interface to be implemented by other modules wishing to register their
own type converters.
|
| ITypeConverterRegistry
Callback interface for registering new type converters.
|
| ITypeConverterRule
Flexible type converter that can handle multiple source and/or destination
classes.
|
| ITypeConverterRule.ESubType
Define the sub types of the rules.
|
| TypeConverterException.EReason |
| TypeConverterProviderBestMatch
An type converter provider that tries to provide an exact match before trying
fuzzy matches.
|
| TypeConverterProviderExact
An exact type converter provider.
|
| TypeConverterProviderFuzzy
A fuzzy type converter provider.
|
| TypeConverterProviderRuleBased
A rule based type converter provider.
|
| TypeConverterRegistry
This class contains all the default type converters for the default types
that are required.
|
| Class and Description |
|---|
| ITypeConverter
Special interface that is used to convert between values of different types.
|
| ITypeConverterRule
Flexible type converter that can handle multiple source and/or destination
classes.
|
| ITypeConverterRule.ESubType
Define the sub types of the rules.
|
Copyright © 2014–2022 Philip Helger. All rights reserved.