Uses of Class
org.hibernate.validator.internal.engine.path.MessageAndPath

Packages that use MessageAndPath
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.engine.constraintvalidation   
 

Uses of MessageAndPath in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine with parameters of type MessageAndPath
<U,V> javax.validation.ConstraintViolation<T>
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
<U,V> javax.validation.ConstraintViolation<T>
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
abstract
<U,V> C
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, javax.validation.metadata.ConstraintDescriptor<?> descriptor)
           
 

Uses of MessageAndPath in org.hibernate.validator.internal.engine.constraintvalidation
 

Methods in org.hibernate.validator.internal.engine.constraintvalidation that return types with arguments of type MessageAndPath
 List<MessageAndPath> ConstraintValidatorContextImpl.getMessageAndPathList()
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.