我一直在挖掘,看起来它不支持在字段上执行 AOP。我已经查看了此处的示例,但 InterceptionService 似乎不支持 FieldInterceptor。我正在寻找使用自定义字段注释进行一些简单的 bean 验证。
public Response createCustomer(@Validated final Customer customer) throws ProviderException {
}
我一直在挖掘,看起来它不支持在字段上执行 AOP。我已经查看了此处的示例,但 InterceptionService 似乎不支持 FieldInterceptor。我正在寻找使用自定义字段注释进行一些简单的 bean 验证。
public Response createCustomer(@Validated final Customer customer) throws ProviderException {
}