Class JsonStream

java.lang.Object
org.springframework.boot.buildpack.platform.json.JsonStream

public class JsonStream extends Object
Utility class that allows JSON to be parsed and processed as it's received.
Since:
2.3.0
Author:
Phillip Webb
  • Constructor Details

    • JsonStream

      public JsonStream(JsonMapper jsonMapper)
      Create a new JsonStream backed by the given JSON mapper.
      Parameters:
      jsonMapper - the object mapper to use
      Since:
      4.0.0
  • Method Details