org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service
Interface UserReadServiceWithGroupConversionOnReturnValue

All Known Implementing Classes:
ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue, ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue

public interface UserReadServiceWithGroupConversionOnReturnValue

Author:
Gunnar Morling

Method Summary
 User getUser()
           
 

Method Detail

getUser

@ConvertGroup(from=javax.validation.groups.Default.class,
              to=BasicPostal.class)
User getUser()


Copyright © 2008-2013. All Rights Reserved.