public class GroupToEntityGroupListItemConverter extends PojoTargetConverter<Group,EntityGroupListItem>
| Constructor and Description |
|---|
GroupToEntityGroupListItemConverter(Class<EntityGroupListItem> clazz)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
convert(Group source,
EntityGroupListItem target)
Convert the source into the provided target object
|
convert, createpublic GroupToEntityGroupListItemConverter(Class<EntityGroupListItem> clazz)
clazz - the class of the targetpublic void convert(Group source, EntityGroupListItem target)
PojoTargetConverterconvert in class PojoTargetConverter<Group,EntityGroupListItem>source - the source objecttarget - the target objectCopyright © 2019 Communote team. All rights reserved.