public class DefaultPreMutateBeanValidationInterceptor extends Object implements AchillesInternalInterceptor<Object>
| Constructor and Description |
|---|
DefaultPreMutateBeanValidationInterceptor(javax.validation.Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptEntity(Class<?> entityClass) |
List<info.archinnov.achilles.type.interceptor.Event> |
interceptOnEvents() |
void |
onEvent(Object entity,
info.archinnov.achilles.type.interceptor.Event event) |
public DefaultPreMutateBeanValidationInterceptor(javax.validation.Validator validator)
public boolean acceptEntity(Class<?> entityClass)
acceptEntity in interface info.archinnov.achilles.type.interceptor.Interceptor<Object>public void onEvent(Object entity, info.archinnov.achilles.type.interceptor.Event event)
onEvent in interface info.archinnov.achilles.type.interceptor.Interceptor<Object>Copyright © 2012-2021. All Rights Reserved.