Class JaxbTest
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.dto.MarshallingTest
-
- info.ejava.examples.jaxrs.todos.dto.JaxbTest
-
public class JaxbTest extends MarshallingTest
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description JaxbTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> Tdemarshal(Class<T> type, String buffer)protected <T> Stringmarshal(T object)-
Methods inherited from class info.ejava.examples.jaxrs.todos.dto.MarshallingTest
message, todoItem, todoList, todoListList
-
-
-
-
Method Detail
-
marshal
protected <T> String marshal(T object) throws javax.xml.bind.JAXBException
- Specified by:
marshalin classMarshallingTest- Throws:
javax.xml.bind.JAXBException
-
demarshal
protected <T> T demarshal(Class<T> type, String buffer) throws javax.xml.bind.JAXBException
- Specified by:
demarshalin classMarshallingTest- Throws:
javax.xml.bind.JAXBException
-
-