Package | Description |
---|---|
org.osgi.util.converter |
Converter Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
InternalConverting
This interface is the same as the
Converting interface with the
addition that the current converter (which may include custom rules) can be
set on it. |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConvertingImpl |
private class |
CustomConverterImpl.ConvertingWrapper |
Modifier and Type | Method and Description |
---|---|
Converting |
Converter.convert(java.lang.Object obj)
Start a conversion for the given object.
|
Converting |
CustomConverterImpl.ConvertingWrapper.defaultValue(java.lang.Object defVal) |
Converting |
CustomConverterImpl.ConvertingWrapper.keysIgnoreCase() |
Converting |
CustomConverterImpl.ConvertingWrapper.sourceAs(java.lang.Class<?> type) |
Converting |
CustomConverterImpl.ConvertingWrapper.sourceAsBean() |
Converting |
CustomConverterImpl.ConvertingWrapper.sourceAsDTO() |
Converting |
CustomConverterImpl.ConvertingWrapper.targetAs(java.lang.Class<?> cls) |
Converting |
CustomConverterImpl.ConvertingWrapper.targetAsBean() |
Converting |
CustomConverterImpl.ConvertingWrapper.targetAsDTO() |
Converting |
CustomConverterImpl.ConvertingWrapper.view() |