Class JsonSchemaModelValidatorConfiguration


  • @Configuration
    public class JsonSchemaModelValidatorConfiguration
    extends Object
    • Constructor Detail

      • JsonSchemaModelValidatorConfiguration

        public JsonSchemaModelValidatorConfiguration()
    • 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