Class JsonSchemaModelValidatorConfiguration
- java.lang.Object
-
- org.activiti.cloud.services.modeling.validation.JsonSchemaModelValidatorConfiguration
-
@Configuration public class JsonSchemaModelValidatorConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description JsonSchemaModelValidatorConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.everit.json.schema.SchemagetConnectorSchemaLoader()org.everit.json.schema.SchemagetModelExtensionsSchemaLoader()org.everit.json.schema.SchemagetProcessExtensionsSchemaLoader()
-
-
-
Method Detail
-
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
-
-