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

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

public class ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue
extends UserReadServiceBase
implements UserReadServiceWithGroupConversionOnReturnValue

Author:
Gunnar Morling

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

Constructor Detail

ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue

public ImplementationOfInterfaceAndSuperClassBothWithGroupConversionOnReturnValue()
Method Detail

getUser

public User getUser()
Specified by:
getUser in interface UserReadServiceWithGroupConversionOnReturnValue
Overrides:
getUser in class UserReadServiceBase


Copyright © 2008-2013. All Rights Reserved.