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