Class MarshallingTest
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.dto.MarshallingTest
-
- Direct Known Subclasses:
JacksonTest,JaxbTest,JsonbTest
public abstract class MarshallingTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description MarshallingTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description private info.ejava.examples.jaxrs.todos.dto.TodoListDTObuildTodoList(String name)protected abstract <T> Tdemarshal(Class<T> type, String buffer)protected abstract <T> Stringmarshal(T object)voidmessage()voidtodoItem()voidtodoList()voidtodoListList()
-