Package | Description |
---|---|
org.osgi.util.converter |
Converter Package Version 1.0.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractSpecifying<T extends Specifying<T>> |
interface |
Specifying<T extends Specifying<T>>
This is the base interface for the
Converting and Functioning
interfaces and defines the common modifiers that can be applied to these. |
Modifier and Type | Interface and Description |
---|---|
interface |
Converting
This interface is used to specify the target that an object should be
converted to.
|
interface |
Functioning
This interface is used to specify the target function to perform conversions.
|
(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 |
AbstractSpecifying<T extends Specifying<T>> |
(package private) class |
ConvertingImpl |
private class |
CustomConverterImpl.ConvertingWrapper |
(package private) class |
FunctioningImpl |