Create and return a new bean reading for the bean type given the JSON options and source.
Create and return a new bean reading for the bean type given the JSON options and source.
com.fasterxml.jackson.core.JsonGenerator
Create and return a new JsonGenerator for the given writer.
com.fasterxml.jackson.core.JsonParser
Create and return a new JsonParser for the given reader.
<T> T
JsonContext.toBean(Class<T> cls,
com.fasterxml.jackson.core.JsonParser parser)
Convert json parser input into a Bean of a specific type.
<T> T
Convert json parser input into a Bean of a specific type additionally using JsonReadOptions..
<T> T
Convert json reader input into a Bean of a specific type.
<T> T
Convert json reader input into a Bean of a specific type additionally using JsonReadOptions.
<T> T
Convert json string input into a Bean of a specific type.
<T> T
Convert json string input into a Bean of a specific type additionally using JsonReadOptions.
<T> void
JsonContext.toBean(T target,
com.fasterxml.jackson.core.JsonParser parser)
Read json parser input into a given Bean.
<T> void
<T> void
<T> void
<T> void
<T> void
Return the bean or collection as JSON string.
void
JsonContext.toJson(Object value,
com.fasterxml.jackson.core.JsonGenerator generator)
Write the bean or collection to the JsonGenerator.
void
JsonContext.toJson(Object value,
com.fasterxml.jackson.core.JsonGenerator generator,
FetchPath fetchPath)
Write the bean or collection to the JsonGenerator using the FetchPath.
void
Deprecated in favour of using PathProperties by itself.
Return the bean or collection as JSON string using FetchPath.
Deprecated in favour of using PathProperties by itself.
void
Write the bean or collection in JSON format to the writer.
void
Write the bean or collection as json to the writer using the FetchPath.
void
Deprecated in favour of using PathProperties by itself.
Return the bean or collection as JSON string in pretty format.
JsonContext.toList(Class<T> cls,
com.fasterxml.jackson.core.JsonParser json)
Convert json parser input into a list of beans of a specific type.
Convert json parser input into a list of beans of a specific type additionally using JsonReadOptions.
Convert json reader input into a list of beans of a specific type.
Convert json reader input into a list of beans of a specific type additionally using JsonReadOptions.
Convert json string input into a list of beans of a specific type.
Convert json string input into a list of beans of a specific type additionally using JsonReadOptions.
JsonContext.toObject(Type genericType,
com.fasterxml.jackson.core.JsonParser jsonParser)
Use the genericType to determine if this should be converted into a List or
bean.
Use the genericType to determine if this should be converted into a List or
bean.
Use the genericType to determine if this should be converted into a List or
bean.