org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
Class JavaReflectionWildcardType

java.lang.Object
  extended by org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java.JavaReflectionWildcardType
All Implemented Interfaces:
MetaType, MetaWildcardType

public class JavaReflectionWildcardType
extends Object
implements MetaWildcardType

Author:
Mike Brock

Constructor Summary
JavaReflectionWildcardType(WildcardType wildcardType)
           
 
Method Summary
 MetaType[] getLowerBounds()
           
 MetaType[] getUpperBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaReflectionWildcardType

public JavaReflectionWildcardType(WildcardType wildcardType)
Method Detail

getLowerBounds

public MetaType[] getLowerBounds()
Specified by:
getLowerBounds in interface MetaWildcardType

getUpperBounds

public MetaType[] getUpperBounds()
Specified by:
getUpperBounds in interface MetaWildcardType


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.