Package | Description |
---|---|
org.osgi.util.converter |
Converter Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
InternalConverter |
Modifier and Type | Class and Description |
---|---|
(package private) class |
ConverterImpl
Top-level implementation of the Converter.
|
(package private) class |
CustomConverterImpl
A custom converter wraps another converter by adding rules and/or error
handlers.
|
Modifier and Type | Field and Description |
---|---|
private static Converter |
Converters.CONVERTER |
Modifier and Type | Method and Description |
---|---|
Converter |
ConverterBuilder.build()
Build the specified converter.
|
static Converter |
Converters.standardConverter()
Obtain the standard converter.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalConverting.setConverter(Converter c)
Set the current converter.
|
void |
CustomConverterImpl.ConvertingWrapper.setConverter(Converter c) |
void |
ConvertingImpl.setConverter(Converter c) |