Class LicenseWriter
- java.lang.Object
-
- io.smallrye.openapi.runtime.io.license.LicenseWriter
-
public class LicenseWriter extends Object
This writes the License to json- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
- licenseObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidwriteLicense(com.fasterxml.jackson.databind.node.ObjectNode parent, org.eclipse.microprofile.openapi.models.info.License model)Writes theLicensemodel to the JSON tree.
-