Class JsonbTest
- java.lang.Object
-
- info.ejava.examples.jaxrs.todos.dto.MarshallingTest
-
- info.ejava.examples.jaxrs.todos.dto.JsonbTest
-
public class JsonbTest extends MarshallingTest
-
-
Constructor Summary
Constructors Constructor Description JsonbTest()
-
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)
void
setupJsonb()
-
Methods inherited from class info.ejava.examples.jaxrs.todos.dto.MarshallingTest
message, todoItem, todoList, todoListList
-
-
-
-
Field Detail
-
logger
private org.slf4j.Logger logger
-
builder
Jsonb builder
-
-
Method Detail
-
setupJsonb
public void setupJsonb()
-
marshal
protected <T> String marshal(T object)
- Specified by:
marshal
in classMarshallingTest
-
demarshal
protected <T> T demarshal(Class<T> type, String buffer)
- Specified by:
demarshal
in classMarshallingTest
-
-