@Component public class ParameterValidatorFilter extends Object implements ProducerFilter, org.springframework.beans.factory.InitializingBean
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
protected javax.validation.executable.ExecutableValidator |
validator |
| Constructor and Description |
|---|
ParameterValidatorFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected javax.validation.ValidatorFactory |
createValidatorFactory() |
protected Set<javax.validation.ConstraintViolation<Object>> |
doValidate(Invocation invocation) |
String |
getName() |
protected org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator |
messageInterpolator() |
CompletableFuture<Response> |
onFilter(Invocation invocation,
FilterNode nextNode) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInvocationTypesisEnabled, isInEventLooppublic static final String NAME
protected javax.validation.executable.ExecutableValidator validator
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanprotected javax.validation.ValidatorFactory createValidatorFactory()
protected org.hibernate.validator.messageinterpolation.AbstractMessageInterpolator messageInterpolator()
public CompletableFuture<Response> onFilter(Invocation invocation, FilterNode nextNode)
onFilter in interface Filterinvocation - invocationnextNode - node filter nodeprotected Set<javax.validation.ConstraintViolation<Object>> doValidate(Invocation invocation)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.