public class ValidationConstraints extends Object
| Constructor and Description |
|---|
ValidationConstraints(Object instance,
Map<Method,Method> validationMethods,
javax.validation.executable.ExecutableValidator validator) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationConstraints |
of(Class<?> componentClass) |
Set<javax.validation.ConstraintViolation<Object>> |
validate(Method method,
org.eclipse.microprofile.jwt.JsonWebToken jsonWebToken) |
public Set<javax.validation.ConstraintViolation<Object>> validate(Method method, org.eclipse.microprofile.jwt.JsonWebToken jsonWebToken)
public static ValidationConstraints of(Class<?> componentClass)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.