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