Class CompilerDocumentation
java.lang.Object
org.openprovenance.prov.template.compiler.CompilerDocumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<com.networknt.schema.ValidationMessage> checkSchema(com.networknt.schema.JsonSchema schema, String file) defaultValue(String jsonType) voidgenerateDocumentation(String documentationFile, String templateName, String root_dir, TemplateBindingsSchema bindingsSchema) voidgenerateDocumentationEnd(TemplatesCompilerConfig configs, String cli_webjar_dir) get$id()com.networknt.schema.JsonSchemacom.networknt.schema.JsonSchemacom.networknt.schema.JsonSchema
-
Constructor Details
-
CompilerDocumentation
-
-
Method Details
-
initializeSchemaMap
-
getOutputStream
-
generateDocumentation
public void generateDocumentation(String documentationFile, String templateName, String root_dir, TemplateBindingsSchema bindingsSchema) -
makeSpan
-
defaultValue
-
title
-
get$id
-
generateDocumentationEnd
-
setupJsonSchemaFromClasspath
-
setupJsonSchemaFromClasspathV7
-
setupJsonSchemaFromFile
public com.networknt.schema.JsonSchema setupJsonSchemaFromFile(String file) throws FileNotFoundException - Throws:
FileNotFoundException
-
checkSchema
public Set<com.networknt.schema.ValidationMessage> checkSchema(com.networknt.schema.JsonSchema schema, String file) throws IOException - Throws:
IOException
-