Package | Description |
---|---|
com.lexmark.saperion.adapter |
Modifier and Type | Method and Description |
---|---|
static <Type,Adapter extends BeanAdapter<Type>> |
TypeConverter.convert(Adapter source,
Type target)
Utility method to convert a source object to a target object.
|
static <Type,Adapter extends BeanAdapter<Type>> |
TypeConverter.convert(Type source,
Adapter target)
Converter method that copies all properties from the source bean type to the target native adapter.
|
static <Type,Adapter extends BeanAdapter<Type>> |
TypeConverter.convertChecked(Adapter source)
This utility method converts an adapter to its target object.
|
Modifier and Type | Method and Description |
---|---|
BeanAdapter<T> |
BeanAdapter.convert(T source)
The convert method copies all properties of the source type to the adopted target type and returns a self
reference.
|
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.