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

All Known Implementing Classes:
ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnParameter, ImplementationOfParallelInterfacesWithGroupConversionOnParameter

public interface UserWriteServiceWithGroupConversionOnParameter

Author:
Gunnar Morling

Method Summary
 void addUser(User user)
           
 

Method Detail

addUser

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


Copyright © 2008-2013. All Rights Reserved.