Class JsonSchemaModelValidatorConfiguration

java.lang.Object
org.activiti.cloud.services.modeling.validation.JsonSchemaModelValidatorConfiguration

@AutoConfiguration public class JsonSchemaModelValidatorConfiguration extends Object
  • 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