Interface SchemaMetadataRules
- All Known Implementing Classes:
RadarSchemaMetadataRules
public interface SchemaMetadataRules
-
Method Summary
Modifier and TypeMethodDescriptiondefault Validator<SchemaMetadata>getValidator(boolean validateScopeSpecific) Validates any schema file.default Function<SchemaMetadata,String> default Validator<SchemaMetadata>Validates schemas without their metadata.Checks the location of a schema with its internal data.
-
Method Details
-
getSchemaRules
SchemaRules getSchemaRules() -
validateSchemaLocation
Validator<SchemaMetadata> validateSchemaLocation()Checks the location of a schema with its internal data. -
getValidator
Validates any schema file. It will choose the correct validation method based on the scope and type of the schema. -
schema
Validates schemas without their metadata. -
message
-