Class DJsonBeanReader<T>

java.lang.Object
io.ebeaninternal.server.json.DJsonBeanReader<T>
All Implemented Interfaces:
JsonBeanReader<T>

public final class DJsonBeanReader<T> extends Object implements JsonBeanReader<T>
A 'context' for reading entity beans from JSON.

This is used such that a load context and persistence context can be used to span multiple marshalling requests.