| Interface | Description |
|---|---|
| IBidirectionalConverter<SRCTYPE,DSTTYPE> |
This is a very simple type conversion interface for compile type conversions.
|
| IBidirectionalConverterSameType<DATATYPE> |
A specialized converter interface that does not do type transformations.
|
| IConverter<SRCTYPE,DSTTYPE> |
This is a very simple type conversion interface for compile type conversions.
|
| IConverterSameType<DATATYPE> |
A specialized converter interface that does not do type transformations.
|
| Class | Description |
|---|---|
| ConverterHasIDID<DATATYPE> |
A unidirectional converter that extracts the ID from an object implementing
IHasID. |
| ConverterHasNameString |
A unidirectional converter that extracts the name from an object implementing
IHasName. |
| ConverterIdentity<DATATYPE> |
A dummy implementation of
IConverterSameType that uses the input
object as the output object. |
| ConverterIntegerString | |
| ConverterMapEntryKey<KEYTYPE,VALUETYPE> |
An implementation of
IConverter that extracts the key from a
Map.Entry. |
| ConverterMapEntryValue<KEYTYPE,VALUETYPE> |
An implementation of
IConverter that extracts the value from a
Map.Entry. |
| ConverterMapGet<KEYTYPE,VALUETYPE> |
An implementation of
IConverter that converts from a map key to a map
value |
| ConverterStringInteger |
Get a generic data converter that converts a string to an Integer.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.