Class 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:
    infoObject
    • Method Detail

      • 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