org.jboss.cdi.tck.tests.lookup.injection.parameterized
Class ConsumerActualType

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.injection.parameterized.ConsumerActualType

public class ConsumerActualType
extends Object


Constructor Summary
ConsumerActualType()
           
 
Method Summary
 Dao<Integer,String> getDao()
           
 Dao<Integer,List<String>> getIntegerListOfStringsDao()
           
 Dao<Integer,String> getIntegerStringDao()
           
 Dao<Object,Object> getObjectDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerActualType

public ConsumerActualType()
Method Detail

getDao

public Dao<Integer,String> getDao()

getIntegerStringDao

public Dao<Integer,String> getIntegerStringDao()

getIntegerListOfStringsDao

public Dao<Integer,List<String>> getIntegerListOfStringsDao()

getObjectDao

public Dao<Object,Object> getObjectDao()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.