Interface JSONContent


public interface JSONContent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(com.fasterxml.jackson.core.JsonGenerator jsonGen)
     
  • Method Details

    • write

      void write(com.fasterxml.jackson.core.JsonGenerator jsonGen) throws Exception
      Throws:
      Exception