public static class OwbTypeVariableImpl.OwbTypeVariableInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
OwbTypeVariableInvocationHandler(TypeVariable typeVariable,
Type... bounds) |
| Modifier and Type | Method and Description |
|---|---|
Type[] |
getBounds()
method from TypeVariable
|
GenericDeclaration |
getGenericDeclaration()
method from TypeVariable
|
String |
getName()
method from TypeVariable
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
boolean |
typeVariableEquals(Object object)
method from TypeVariable
|
int |
typeVariableHashCode()
method from TypeVariable
|
String |
typeVariableToString()
method from TypeVariable
|
public OwbTypeVariableInvocationHandler(TypeVariable typeVariable, Type... bounds)
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic String getName()
public GenericDeclaration getGenericDeclaration()
public Type[] getBounds()
public int typeVariableHashCode()
public boolean typeVariableEquals(Object object)
public String typeVariableToString()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.