接口 SchemaValidator
-
public interface SchemaValidatorService delegate for handling schema validations- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddoValidation(Metadata metadata, ExecutionOptions options)Perform the validation of the schema described by Metadata
-
-
-
方法详细资料
-
doValidation
void doValidation(Metadata metadata, ExecutionOptions options)
Perform the validation of the schema described by Metadata- 参数:
metadata- Represents the schema to be validatedoptions- Options for executing the validation
-
-