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:
- infoObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteInfo(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.info.Info model)Writes theInfomodel to the JSON tree.
-