Class ExampleWriter
java.lang.Object
io.smallrye.openapi.runtime.io.example.ExampleWriter
Writing the Example to json
- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidwriteExamples(com.fasterxml.jackson.databind.node.ObjectNode parent, Map<String, org.eclipse.microprofile.openapi.models.examples.Example> examples) Writes a map ofExampleto the JSON tree.
-
Method Details