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, create
public GroupToEntityGroupListItemConverter(Class<EntityGroupListItem> clazz)
clazz
- the class of the targetpublic void convert(Group source, EntityGroupListItem target)
PojoTargetConverter
convert
in class PojoTargetConverter<Group,EntityGroupListItem>
source
- the source objecttarget
- the target objectCopyright © 2019 Communote team. All rights reserved.