Class ValueSchema.SchemaValidator
- java.lang.Object
-
- org.gcube.resourcemanagement.model.reference.properties.ValueSchema.SchemaValidator
-
- All Implemented Interfaces:
PropertyValidator<ValueSchema>
- Enclosing interface:
- ValueSchema
public static class ValueSchema.SchemaValidator extends Object implements PropertyValidator<ValueSchema>
Validator forValueSchemaproperties.- Author:
- Manuele Simi (ISTI CNR)
-
-
Constructor Summary
Constructors Constructor Description SchemaValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Validationvalidate(ValueSchema property)Applies this validation to the given property.
-
-
-
Method Detail
-
validate
public Validation validate(ValueSchema property)
Description copied from interface:PropertyValidatorApplies this validation to the given property.- Specified by:
validatein interfacePropertyValidator<ValueSchema>- Returns:
- the validation result
-
-