public interface ArgumentConverter<F,T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert(F from)
Converts using a newly created instance
|
void |
convert(F from,
T to)
Converts using an existing instance
|
T convert(F from) throws AdapterException
from - instance from which to convertAdapterExceptionvoid convert(F from, T to) throws AdapterException
from - instance from which to convertto - existing instance of the target typeAdapterExceptionCopyright © 2020 shadow-invoke. All rights reserved.