@ProviderType public interface Converter
| Modifier and Type | Method and Description | 
|---|---|
Converting | 
convert(java.lang.Object obj)
Start a conversion for the given object. 
 | 
Functioning | 
function()
Start defining a function that can perform given conversions. 
 | 
ConverterBuilder | 
newConverterBuilder()
Obtain a builder to create a modified converter based on this converter. 
 | 
Converting convert(java.lang.Object obj)
obj - The object that should be converted.Converting object to complete the conversion.Functioning function()
Functioning object to complete the definition.ConverterBuilder newConverterBuilder()
ConverterBuilder interface.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0