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

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.groups.groupconversion.service.impl.ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue
All Implemented Interfaces:
UserReadService, UserReadServiceWithGroupConversionOnReturnValue

public class ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue
extends Object
implements UserReadService, UserReadServiceWithGroupConversionOnReturnValue

Author:
Gunnar Morling

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

Constructor Detail

ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue

public ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue()
Method Detail

getUser

public User getUser()
Specified by:
getUser in interface UserReadService
Specified by:
getUser in interface UserReadServiceWithGroupConversionOnReturnValue


Copyright © 2008-2013. All Rights Reserved.