T - target typepublic interface BeanAdapter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
convert()
The convert method creates a new instance of the adapter's data transfer object and populates the result object
with the values resolved by the adapter.
|
BeanAdapter<T> |
convert(T source)
The convert method copies all properties of the source type to the adopted target type and returns a self
reference.
|
T convert()
BeanAdapter<T> convert(T source)
source - the bean source typeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.