@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 © 2010 - 2020 Adobe. All Rights Reserved