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