Class JsonSchemaModelValidatorConfiguration
java.lang.Object
org.activiti.cloud.services.modeling.validation.JsonSchemaModelValidatorConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.everit.json.schema.Schemaorg.everit.json.schema.Schemaorg.everit.json.schema.Schema
-
Constructor Details
-
JsonSchemaModelValidatorConfiguration
public JsonSchemaModelValidatorConfiguration()
-
-
Method Details
-
getConnectorSchemaLoader
@Bean(name="connectorSchema") public org.everit.json.schema.Schema getConnectorSchemaLoader() throws IOException- Throws:
IOException
-
getProcessExtensionsSchemaLoader
@Bean(name="processExtensionsSchema") public org.everit.json.schema.Schema getProcessExtensionsSchemaLoader() throws IOException- Throws:
IOException
-
getModelExtensionsSchemaLoader
@Bean(name="modelExtensionsSchema") public org.everit.json.schema.Schema getModelExtensionsSchemaLoader() throws IOException- Throws:
IOException
-