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> MethodConstraintViolation<T>
MethodValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
<U,V> ConstraintViolation<T>
StandardValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
abstract
<U,V> C
ValidationContext.createConstraintViolation(ValueContext<U,V> localContext, MessageAndPath messageAndPath, ConstraintDescriptor<?> descriptor)
           
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved