@ProviderType public interface Converter
Modifier and Type | Method and Description |
---|---|
Converting |
convert(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(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 © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0