net.sf.oval
Class Validator.DelegatingParameterNameResolver
java.lang.Object
net.sf.oval.Validator.DelegatingParameterNameResolver
- All Implemented Interfaces:
- ParameterNameResolver
- Enclosing class:
- Validator
protected static final class Validator.DelegatingParameterNameResolver
- extends Object
- implements ParameterNameResolver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Validator.DelegatingParameterNameResolver
public Validator.DelegatingParameterNameResolver(ParameterNameResolver delegate)
getDelegate
public ParameterNameResolver getDelegate()
getParameterNames
public String[] getParameterNames(Constructor<?> constructor)
throws ReflectionException
- Returns an empty String array if no parameters are declared.
- Specified by:
getParameterNames
in interface ParameterNameResolver
- Parameters:
constructor
- the constructor
- Returns:
- an array holding the parameter names of the given constructor.
- Throws:
ReflectionException
- in case retrieving the parameter names fails
getParameterNames
public String[] getParameterNames(Method method)
throws ReflectionException
- Returns an empty String array if no parameters are declared
- Specified by:
getParameterNames
in interface ParameterNameResolver
- Parameters:
method
- the method
- Returns:
- an array holding the parameter names of the given method.
- Throws:
ReflectionException
- in case retrieving the parameter names fails
setDelegate
public void setDelegate(ParameterNameResolver delegate)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.