Class InfoWriter

java.lang.Object
io.smallrye.openapi.runtime.io.info.InfoWriter

public class InfoWriter extends Object
This write the Info to json
Author:
Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
See Also:
  • Method Details

    • writeInfo

      public static void writeInfo(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.info.Info model)
      Writes the Info model to the JSON tree.
      Parameters:
      parent - the parent json node
      model - the Info model