A service that is validated by javax.validation
| Type | Name and description |
|---|---|
ParameterNameProvider |
parameterNameProviderThe parameter name provided for this service |
| Type Params | Return Type | Name and description |
|---|---|---|
|
ValidatorFactory |
getValidatorFactory()@return The validator factory for this service |
|
void |
validate(java.lang.Object instance, java.lang.reflect.Method method, java.lang.Object... args)Validate the given method for the given arguments |
The parameter name provided for this service
Validate the given method for the given arguments
instance - The instancemethod - The methodargs - The arguments