| Interface | Description |
|---|---|
| IMicroTypeConverter |
Interface to be implemented to marshal between IMicroElement and a native
object.
|
| IMicroTypeConverterCallback |
A callback interface that is used to iterate all available micro type
converters.
|
| IMicroTypeConverterRegistrarSPI |
SPI interface to be implemented by other modules wishing to register their
own micro-type converters.
|
| IMicroTypeConverterRegistry |
This is the callback interface implemented by
MicroTypeConverterRegistry for registration via the SPI interface. |
| Class | Description |
|---|---|
| BasicMicroTypeConverterRegistrar |
Implementation of
IMicroTypeConverterRegistrarSPI for basic types
like Boolean, Byte, Integer, AtomicInteger etc. |
| MicroTypeConverter |
A utility class for converting objects from and to
IMicroElement. |
| MicroTypeConverterRegistry |
A utility class for converting objects from and to
IMicroElement. |
| MultilingualTextMicroTypeConverterRegistrar | |
| MultilingualTextMicroTypeConverterRegistrar.MultiLingualTextConverter | |
| MultilingualTextMicroTypeConverterRegistrar.ReadOnlyMultilingualTextConverter | |
| StringBasedMicroTypeConverter |
An implementation if
IMicroTypeConverter that uses a regular type
converter conversion (see TypeConverter) from and to string for
conversion. |
| StringMicroTypeConverter |
Default
IMicroTypeConverter implementation for String
objects. |
Copyright © 2014–2015 Philip Helger. All rights reserved.