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 for
ValueSchema properties.- Author:
- Manuele Simi (ISTI CNR)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidate(ValueSchema property) Applies this validation to the given property.
-
Constructor Details
-
SchemaValidator
public SchemaValidator()
-
-
Method Details
-
validate
Description copied from interface:PropertyValidatorApplies this validation to the given property.- Specified by:
validatein interfacePropertyValidator<ValueSchema>- Returns:
- the validation result
-