Interface SchemaMetadataRules

    • Method Detail

      • validateSchemaLocation

        Validator<SchemaMetadata> validateSchemaLocation()
        Checks the location of a schema with its internal data.
      • getValidator

        default Validator<SchemaMetadata> getValidator​(boolean validateScopeSpecific)
        Validates any schema file. It will choose the correct validation method based on the scope and type of the schema.
      • message

        default java.util.function.Function<SchemaMetadata,​java.lang.String> message​(java.lang.String text)