Class JsonSchemaModelValidator
java.lang.Object
org.activiti.cloud.services.modeling.validation.JsonSchemaModelValidator
- All Implemented Interfaces:
ModelValidationErrorProducer,ModelValidator
- Direct Known Subclasses:
ConnectorModelValidator,ExtensionsJsonSchemaValidator
JSON Schema based abstract implementation for
ModelValidator-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract org.everit.json.schema.Schemaschema()validate(byte[] bytes, ValidationContext validationContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.cloud.modeling.api.ModelValidationErrorProducer
createModelValidationError, createModelValidationErrorMethods inherited from interface org.activiti.cloud.modeling.api.ModelValidator
getHandledContentType, getHandledModelType, validate
-
Constructor Details
-
JsonSchemaModelValidator
public JsonSchemaModelValidator()
-
-
Method Details
-
schema
protected abstract org.everit.json.schema.Schema schema() -
validate
- Specified by:
validatein interfaceModelValidator
-