public class Positions extends Object
| Constructor and Description |
|---|
Positions() |
| Modifier and Type | Method and Description |
|---|---|
List<Position> |
getPositions() |
void |
setPositions(List<Position> positions) |
String |
toJson(Positions positions) |
String |
toXml(Positions positions) |
@Transformer(resultMimeType="application/json") public String toJson(Positions positions) throws IOException
IOException@Transformer(resultMimeType="text/xml") public String toXml(Positions positions) throws IOException, JAXBException
IOExceptionJAXBExceptionCopyright © 2021. All rights reserved.