org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
Class InterfaceImplementationWithGroupConversionOnParameter

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.InterfaceImplementationWithGroupConversionOnParameter
All Implemented Interfaces:
UserWriteService

public class InterfaceImplementationWithGroupConversionOnParameter
extends Object
implements UserWriteService

Author:
Gunnar Morling

Constructor Summary
InterfaceImplementationWithGroupConversionOnParameter()
           
 
Method Summary
 void addUser(User user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceImplementationWithGroupConversionOnParameter

public InterfaceImplementationWithGroupConversionOnParameter()
Method Detail

addUser

public void addUser(@ConvertGroup(from=javax.validation.groups.Default.class,to=BasicPostal.class)
                    User user)
Specified by:
addUser in interface UserWriteService


Copyright © 2008-2013. All Rights Reserved.