Modifier and Type | Class and Description |
---|---|
static class |
TransferConverter.Order
All the possible ways to order a list of transfer objects.
|
Modifier and Type | Method and Description |
---|---|
static Transfer |
nodeToNewTransfer(com.fasterxml.jackson.databind.node.ObjectNode object)
Initialize a
Transfer object using the values of the given ObjectNode . |
static com.fasterxml.jackson.databind.node.ObjectNode |
transferToNode(Transfer transfer)
Returns an
ObjectNode representing the Transfer object
given as parameter. |
public static com.fasterxml.jackson.databind.node.ObjectNode transferToNode(Transfer transfer)
ObjectNode
representing the Transfer
object
given as parameter.transfer
- the Transfer object to serializepublic static Transfer nodeToNewTransfer(com.fasterxml.jackson.databind.node.ObjectNode object)
Transfer
object using the values of the given ObjectNode
.object
- the ObjectNode to convertRestErrorException
- if the given ObjectNode does not
represent a Transfer objectInternalServerErrorException
- if an unexpected error
occurredCopyright © 2009–2020 Waarp. All rights reserved.