Class SchemaGeneratorForJSON
java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.util.AbstractSchemaGenerator
org.eclipse.lemminx.customservice.synapse.schemagen.util.SchemaGeneratorForJSON
- All Implemented Interfaces:
ISchemaGenerator
- Direct Known Subclasses:
SchemaGeneratorForXML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSchemaContent(String fileText, FileType type, String delimiter) getSchemaResourcePath(String filePath, FileType type, String delimiter)
-
Constructor Details
-
SchemaGeneratorForJSON
public SchemaGeneratorForJSON()
-
-
Method Details
-
getSchemaResourcePath
public String getSchemaResourcePath(String filePath, FileType type, String delimiter) throws IOException - Specified by:
getSchemaResourcePathin interfaceISchemaGenerator- Overrides:
getSchemaResourcePathin classAbstractSchemaGenerator- Throws:
IOException
-
getSchemaContent
- Specified by:
getSchemaContentin interfaceISchemaGenerator- Overrides:
getSchemaContentin classAbstractSchemaGenerator- Throws:
IOException
-