Class ExecutableParameterNameProvider
- java.lang.Object
-
- org.hibernate.validator.internal.util.ExecutableParameterNameProvider
-
public class ExecutableParameterNameProvider extends Object
Allows to obtain parameter names fromExecutables in a uniform fashion. Delegates to the configuredParameterNameProvider.- Author:
- Gunnar Morling
-
-
Constructor Summary
Constructors Constructor Description ExecutableParameterNameProvider(ParameterNameProvider delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Equality is based on identity of the delegate.ParameterNameProvidergetDelegate()List<String>getParameterNames(Executable executable)inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ExecutableParameterNameProvider
public ExecutableParameterNameProvider(ParameterNameProvider delegate)
-
-
Method Detail
-
getParameterNames
public List<String> getParameterNames(Executable executable)
-
getDelegate
public ParameterNameProvider getDelegate()
-
-