Uses of Interface
org.springframework.batch.item.json.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
Modifier and TypeClassDescriptionclass
Implementation ofJsonObjectReader
based on Google Gson.class
Implementation ofJsonObjectReader
based on Jackson.Modifier and TypeMethodDescriptionvoid
JsonItemReader.setJsonObjectReader
(JsonObjectReader<T> jsonObjectReader) Set theJsonObjectReader
to use to read and map Json fragments to domain objects.ModifierConstructorDescriptionJsonItemReader
(org.springframework.core.io.Resource resource, JsonObjectReader<T> jsonObjectReader) Create a newJsonItemReader
instance. -
Uses of JsonObjectReader in org.springframework.batch.item.json.builder
Modifier and TypeMethodDescriptionJsonItemReaderBuilder.jsonObjectReader
(JsonObjectReader<T> jsonObjectReader) Set theJsonObjectReader
to use to read and map Json objects to domain objects.