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

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

public class UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue
extends Object

Author:
Gunnar Morling

Constructor Summary
UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue()
           
 
Method Summary
 List<Address> retrieveAddresses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue

public UserWithGroupConversionButWithoutValidAnnotationOnMethodReturnValue()
Method Detail

retrieveAddresses

@ConvertGroup(from=javax.validation.groups.Default.class,
              to=BasicPostal.class)
public List<Address> retrieveAddresses()


Copyright © 2008-2013. All Rights Reserved.