Class MarkdownGenerator
java.lang.Object
org.brapi.schematools.core.markdown.MarkdownGenerator
Generates a Markdown files for type and their field descriptions from a BrAPI Json Schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates Markdown files for type and their field descriptions from the complete BrAPI Specification in a directory contains a subdirectories for each module that contain the BrAPI Json schema and the additional subdirectories called 'Requests' that contains the request schemas and BrAPI-Common that contains common schemas for use across modules.
-
Constructor Details
-
MarkdownGenerator
public MarkdownGenerator()
-
-
Method Details
-
generate
Generates Markdown files for type and their field descriptions from the complete BrAPI Specification in a directory contains a subdirectories for each module that contain the BrAPI Json schema and the additional subdirectories called 'Requests' that contains the request schemas and BrAPI-Common that contains common schemas for use across modules.- Parameters:
schemaDirectory- the path to the complete BrAPI Specification- Returns:
- the paths of the Markdown files generated from the complete BrAPI Specification
-