org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model
Class UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.model.UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue

public class UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue
extends Object

Author:
Gunnar Morling

Constructor Summary
UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue

@ConvertGroup(from=javax.validation.groups.Default.class,
              to=BasicPostal.class)
public UserWithGroupConversionButWithoutValidAnnotationOnConstructorReturnValue()


Copyright © 2008-2013. All Rights Reserved.