Interface SMFSchemaValidatorType

  • All Known Implementing Classes:
    SMFSchemaValidator

    public interface SMFSchemaValidatorType
    The type of schema validators.
    • Method Detail

      • validate

        SMFPartialLogged<SMFHeader> validate​(SMFHeader header,
                                             SMFSchema schema)
        Validate the given header against the given schema.
        Parameters:
        header - The header
        schema - The schema
        Returns:
        The validated header or a list of validation errors