com.alibaba.dubbo.validation.support.jvalidation
Class JValidator

java.lang.Object
  extended by com.alibaba.dubbo.validation.support.jvalidation.JValidator
All Implemented Interfaces:
Validator

public class JValidator
extends Object
implements Validator

JValidator

Author:
william.liangf

Constructor Summary
JValidator(URL url)
           
 
Method Summary
 void validate(String methodName, Class<?>[] parameterTypes, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JValidator

public JValidator(URL url)
Method Detail

validate

public void validate(String methodName,
                     Class<?>[] parameterTypes,
                     Object[] arguments)
              throws Exception
Specified by:
validate in interface Validator
Throws:
Exception


Copyright © 2012–2017 Alibaba. All rights reserved.