Uses of Interface
com.lexmark.saperion.adapter.BeanAdapter
-
Packages that use BeanAdapter Package Description com.lexmark.saperion.adapter -
-
Uses of BeanAdapter in com.lexmark.saperion.adapter
Methods in com.lexmark.saperion.adapter with type parameters of type BeanAdapter Modifier and Type Method Description static <Type,Adapter extends BeanAdapter<Type>>
TypeTypeConverter. convert(Adapter source, Type target)
Utility method to convert a source object to a target object.static <Type,Adapter extends BeanAdapter<Type>>
AdapterTypeConverter. 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>>
TypeTypeConverter. convertChecked(Adapter source)
This utility method converts an adapter to its target object.Methods in com.lexmark.saperion.adapter that return BeanAdapter Modifier and Type Method 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.
-