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.Logger
logger
-
Constructor Summary
Constructors Constructor Description JaxbTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> T
demarshal(Class<T> type, String buffer)
protected <T> String
marshal(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:
marshal
in classMarshallingTest
- Throws:
javax.xml.bind.JAXBException
-
demarshal
protected <T> T demarshal(Class<T> type, String buffer) throws javax.xml.bind.JAXBException
- Specified by:
demarshal
in classMarshallingTest
- Throws:
javax.xml.bind.JAXBException
-
-