public class GroupResourceConverter extends Object implements Converter<Group,GroupResource>
Group to a GroupResource| Constructor and Description |
|---|
GroupResourceConverter() |
| Modifier and Type | Method and Description |
|---|---|
GroupResource |
convert(Group source)
Converts the source object which is of type S into an object of type T
|
public GroupResource convert(Group source)
Converterconvert in interface Converter<Group,GroupResource>source - the object to convertCopyright © 2019 Communote team. All rights reserved.