Package org.springframework.batch.item.json
@NonNullApi
package org.springframework.batch.item.json
Infrastructure implementations of JSON input and output.
- Author:
- Mahmoud Ben Hassine
-
ClassDescriptionA json object marshaller that uses Google Gson to marshal an object into a json representation.Implementation of
JsonObjectReader
based on Google Gson.A json object marshaller that uses Jackson to marshal an object into a json representation.Implementation ofJsonObjectReader
based on Jackson.Item writer that writes data in json format to an output file.ItemStreamReader
implementation that reads Json objects from aResource
having the following format:Strategy interface to marshal an object into a json representation.Strategy interface for Json readers.