Uses of Interface
io.ebean.text.json.JsonBeanReader
-
Uses of JsonBeanReader in io.ebean.text.json
Modifier and TypeMethodDescription<T> JsonBeanReader<T>
JsonContext.createBeanReader
(BeanType<T> beanType, com.fasterxml.jackson.core.JsonParser parser, JsonReadOptions options) Create and return a new bean reading for the bean type given the JSON options and source.<T> JsonBeanReader<T>
JsonContext.createBeanReader
(Class<T> cls, com.fasterxml.jackson.core.JsonParser parser, JsonReadOptions options) Create and return a new bean reading for the bean type given the JSON options and source.JsonBeanReader.forJson
(com.fasterxml.jackson.core.JsonParser moreJson) Create a new reader taking the context from the existing one but using a new JsonParser.