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

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

Uses of MessageAndPath in org.hibernate.validator.engine
 

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

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



Copyright © 2012 Oracle Corporation. All Rights Reserved.