public interface HibernateMessageInterpolatorContext extends MessageInterpolator.Context
MessageInterpolator.Context
which provides functionality
specific to Hibernate Validator.Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getExpressionVariables() |
Map<String,Object> |
getMessageParameters() |
Path |
getPropertyPath() |
Class<?> |
getRootBeanType()
Returns the currently validated root bean type.
|
getConstraintDescriptor, getValidatedValue, unwrap
Class<?> getRootBeanType()
Map<String,Object> getMessageParameters()
Map<String,Object> getExpressionVariables()
Path getPropertyPath()
Copyright © 2021 JBoss by Red Hat. All rights reserved.