public class ContactsLifter extends com.fasterxml.jackson.databind.util.StdConverter<List<ContactNode>,List<Contact>>
| Constructor and Description |
|---|
ContactsLifter() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
convert(List<ContactNode> nodes) |
public List<Contact> convert(List<ContactNode> nodes)
convert in interface com.fasterxml.jackson.databind.util.Converter<List<ContactNode>,List<Contact>>convert in class com.fasterxml.jackson.databind.util.StdConverter<List<ContactNode>,List<Contact>>Copyright © 2014. All rights reserved.