com.baidu.unbiz.fluentvalidator.support
接口 FluentValidatorPostProcessor

所有已知实现类:
MethodNameFluentValidatorPostProcessor

public interface FluentValidatorPostProcessor

配合FluentValidateInterceptor使用, 在内部初始化FluentValidator时候,需要额外的一些初始化工作。

作者:
zhangxu

方法摘要
 FluentValidator postProcessBeforeDoValidate(FluentValidator fluentValidator, org.aopalliance.intercept.MethodInvocation methodInvocation)
          新建FluentValidator实例后,未做doValidate方法前植入一些调用的hook
 

方法详细信息

postProcessBeforeDoValidate

FluentValidator postProcessBeforeDoValidate(FluentValidator fluentValidator,
                                            org.aopalliance.intercept.MethodInvocation methodInvocation)
新建FluentValidator实例后,未做doValidate方法前植入一些调用的hook

参数:
fluentValidator - FluentValidator,还未执行doValidate方法
methodInvocation - 拦截器拦截的执行的方法
返回:
FluentValidator


Copyright © 2015–2017 neoremind. All rights reserved.