Interface ModelValidator

    • Method Detail

      • validate

        void validate​(byte[] modelFile,
                      ValidationContext validationContext)
        Validate the given model.
        Parameters:
        modelFile - the model to validate
        validationContext - the validation context
      • getHandledModelType

        ModelType getHandledModelType()
        Get handled model type by this validator.
        Returns:
        handled model type
      • getHandledContentType

        java.lang.String getHandledContentType()
        Get handled content type by this validator.
        Returns:
        handled content type