| Package | Description |
|---|---|
| org.osgi.util.converter |
Converter Package Version 1.0.
|
| Class and Description |
|---|
| AbstractCollectionDelegate |
| AbstractSpecifying |
| Converter
The Converter service is used to start a conversion.
|
| ConverterBuilder
A builder to create a new converter with modified behavior based on an
existing converter.
|
| ConverterBuilderImpl |
| ConverterFunction
An functional interface with a convert method that is passed the original
object and the target type to perform a custom conversion.
|
| Converting
This interface is used to specify the target that an object should be
converted to.
|
| ConvertingImpl |
| DynamicMapLikeFacade |
| Functioning
This interface is used to specify the target function to perform conversions.
|
| InternalConverter |
| 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. |
| MapDelegate |
| Specifying
This is the base interface for the
Converting and Functioning
interfaces and defines the common modifiers that can be applied to these. |
| TargetRule
Interface for custom conversion rules.
|
| TypeReference
An object does not carry any runtime information about its generic type.
|