Uses of Interface
io.ebean.text.json.JsonBeanReader
-
Packages that use JsonBeanReader Package Description io.ebean.text.json JSON formatting and parsing objects (See JsonContext). -
-
Uses of JsonBeanReader in io.ebean.text.json
Methods in io.ebean.text.json that return JsonBeanReader Modifier and Type Method Description <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<T>
JsonBeanReader. forJson(com.fasterxml.jackson.core.JsonParser moreJson, boolean resetContext)
Create a new reader taking the context from the existing one but using a new JsonParser.
-