Uses of Interface
com.lexmark.saperion.adapter.BeanAdapter
Packages that use BeanAdapter
-
Uses of BeanAdapter in com.lexmark.saperion.adapter
Methods in com.lexmark.saperion.adapter with type parameters of type BeanAdapterModifier and TypeMethodDescriptionstatic <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 BeanAdapterModifier and TypeMethodDescriptionThe convert method copies all properties of the source type to the adopted target type and returns a self reference.