Uses of Interface
org.springframework.batch.item.json.JsonObjectReader
Packages that use JsonObjectReader
Package
Description
Infrastructure implementations of JSON input and output.
Builders for JSON item reader and writer.
-
Uses of JsonObjectReader in org.springframework.batch.item.json
Classes in org.springframework.batch.item.json that implement JsonObjectReaderModifier and TypeClassDescriptionclass
Implementation ofJsonObjectReader
based on Google Gson.class
Implementation ofJsonObjectReader
based on Jackson.Methods in org.springframework.batch.item.json with parameters of type JsonObjectReaderModifier and TypeMethodDescriptionvoid
JsonItemReader.setJsonObjectReader
(JsonObjectReader<T> jsonObjectReader) Set theJsonObjectReader
to use to read and map Json fragments to domain objects.Constructors in org.springframework.batch.item.json with parameters of type JsonObjectReaderModifierConstructorDescriptionJsonItemReader
(org.springframework.core.io.Resource resource, JsonObjectReader<T> jsonObjectReader) Create a newJsonItemReader
instance. -
Uses of JsonObjectReader in org.springframework.batch.item.json.builder
Methods in org.springframework.batch.item.json.builder with parameters of type JsonObjectReaderModifier and TypeMethodDescriptionJsonItemReaderBuilder.jsonObjectReader
(JsonObjectReader<T> jsonObjectReader) Set theJsonObjectReader
to use to read and map Json objects to domain objects.