Class OwbWildcardTypeImpl
- java.lang.Object
-
- org.apache.camel.maven.packaging.generics.OwbWildcardTypeImpl
-
- All Implemented Interfaces:
Type
,WildcardType
public class OwbWildcardTypeImpl extends Object implements WildcardType
-
-
Constructor Summary
Constructors Constructor Description OwbWildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]
getLowerBounds()
Type[]
getUpperBounds()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
-
-
-
Method Detail
-
getUpperBounds
public Type[] getUpperBounds()
- Specified by:
getUpperBounds
in interfaceWildcardType
-
getLowerBounds
public Type[] getLowerBounds()
- Specified by:
getLowerBounds
in interfaceWildcardType
-
-