| Package | Description | 
|---|---|
| io.vertx.ext.web.api.validation | 
| Modifier and Type | Method and Description | 
|---|---|
static ParameterLocation | 
ParameterLocation.valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static ParameterLocation[] | 
ParameterLocation.values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ValidationException | 
ValidationException.ValidationExceptionFactory.generateEmptyValueValidationException(String parameterName,
                                     ParameterValidationRule rule,
                                     ParameterLocation location)  | 
static ValidationException | 
ValidationException.ValidationExceptionFactory.generateNotFoundValidationException(String parameterName,
                                   ParameterLocation location)  | 
Copyright © 2020 Eclipse. All rights reserved.