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.Logger
logger
-
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.TodoListDTO
buildTodoList(String name)
protected abstract <T> T
demarshal(Class<T> type, String buffer)
protected abstract <T> String
marshal(T object)
void
message()
void
todoItem()
void
todoList()
void
todoListList()
-