public interface Automapper
Modifier and Type | Method and Description |
---|---|
<Bean> List<Bean> |
mapTo(Collection<?> beanCollection,
Class<Bean> targetClass)
Maps a generic collection of one Bean type onto targetClass Bean
|
<Bean> Bean |
mapTo(Object bean,
Class<Bean> targetClass)
Maps one bean to another
|
<Bean> List<Bean> mapTo(Collection<?> beanCollection, Class<Bean> targetClass)
Bean
- output target typebeanCollection
- inputtargetClass
- target typeCopyright © 2017 Pivotal Software, Inc.. All rights reserved.