类 ValidatorConfiguration
- java.lang.Object
-
- cn.dustlight.datacenter.application.configurations.ValidatorConfiguration
-
@Configuration public class ValidatorConfiguration extends Object
-
-
构造器概要
构造器 构造器 说明 ValidatorConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 cn.dustlight.datacenter.schema.adapter.JsonSchemaFormValidatorjsonSchemaFormValidator(com.networknt.schema.JsonSchema formSchema)cn.dustlight.datacenter.schema.adapter.JsonSchemaRecordValidatorjsonSchemaRecordValidator(cn.dustlight.datacenter.core.services.FormService formService, com.networknt.schema.JsonSchemaFactory factory, com.networknt.schema.JsonSchema formSchema, org.springframework.context.ApplicationContext context)
-
-
-
方法详细资料
-
jsonSchemaRecordValidator
@Bean public cn.dustlight.datacenter.schema.adapter.JsonSchemaRecordValidator jsonSchemaRecordValidator(@Autowired cn.dustlight.datacenter.core.services.FormService formService, @Autowired com.networknt.schema.JsonSchemaFactory factory, @Autowired com.networknt.schema.JsonSchema formSchema, @Autowired org.springframework.context.ApplicationContext context)
-
jsonSchemaFormValidator
@Bean public cn.dustlight.datacenter.schema.adapter.JsonSchemaFormValidator jsonSchemaFormValidator(@Autowired com.networknt.schema.JsonSchema formSchema)
-
-