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> Tdemarshal(Class<T> type, String buffer)protected <T> Stringmarshal(T object)voidsetupJsonb()-
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:
marshalin classMarshallingTest
-
demarshal
protected <T> T demarshal(Class<T> type, String buffer)
- Specified by:
demarshalin classMarshallingTest
-
-