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