Package org.apache.webbeans.config
Class OwbTypeVariableImpl.OwbTypeVariableInvocationHandler
- java.lang.Object
-
- org.apache.webbeans.config.OwbTypeVariableImpl.OwbTypeVariableInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler
- Enclosing class:
- OwbTypeVariableImpl
public static class OwbTypeVariableImpl.OwbTypeVariableInvocationHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description OwbTypeVariableInvocationHandler(TypeVariable typeVariable, Type... bounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Type[]getBounds()method from TypeVariableGenericDeclarationgetGenericDeclaration()method from TypeVariableStringgetName()method from TypeVariableObjectinvoke(Object proxy, Method method, Object[] args)booleantypeVariableEquals(Object object)method from TypeVariableinttypeVariableHashCode()method from TypeVariableStringtypeVariableToString()method from TypeVariable
-
-
-
Constructor Detail
-
OwbTypeVariableInvocationHandler
public OwbTypeVariableInvocationHandler(TypeVariable typeVariable, Type... bounds)
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invokein interfaceInvocationHandler- Throws:
Throwable
-
getName
public String getName()
method from TypeVariable
-
getGenericDeclaration
public GenericDeclaration getGenericDeclaration()
method from TypeVariable
-
getBounds
public Type[] getBounds()
method from TypeVariable
-
typeVariableHashCode
public int typeVariableHashCode()
method from TypeVariable
-
typeVariableEquals
public boolean typeVariableEquals(Object object)
method from TypeVariable
-
typeVariableToString
public String typeVariableToString()
method from TypeVariable
-
-