| 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.
|
| IUnidirectionalConverter<SRCTYPE,DSTTYPE> |
This is a very simple type conversion interface for compile type conversions.
|
| IUnidirectionalConverterSameType<DATATYPE> |
A specialized converter interface that does not do type transformations.
|
| Class | Description |
|---|---|
| UnidirectionalConverterHasIDID<DATATYPE> |
A unidirectional converter that extracts the ID from an object implementing
IHasID. |
| UnidirectionalConverterHasNameString |
A unidirectional converter that extracts the name from an object implementing
IHasName. |
| UnidirectionalConverterIdentity<DATATYPE> |
A dummy implementation of
IUnidirectionalConverterSameType that uses
the input object as the output object. |
| UnidirectionalConverterIntegerString | |
| UnidirectionalConverterMapGet<KEYTYPE,VALUETYPE> |
An implementation of
IUnidirectionalConverter that converts from a
map key to a map value |
| UnidirectionalConverterPairFirst<DATA1TYPE,DATA2TYPE> |
A unidirectional converter that extracts the first element from an
IReadonlyPair. |
| UnidirectionalConverterPairSecond<DATA1TYPE,DATA2TYPE> |
A unidirectional converter that extracts the second element from an
IReadonlyPair. |
| UnidirectionalConverterStringInteger |
Get a generic data converter that converts a string to an Integer.
|
Copyright © 2006–2014 phloc systems. All rights reserved.