org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl
Class InterfaceImplementationWithGroupConversionOnParameter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceImplementationWithGroupConversionOnParameter
public InterfaceImplementationWithGroupConversionOnParameter()
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.