Class OwbTypeVariableImpl.OwbTypeVariableInvocationHandler

    • Constructor Detail

      • OwbTypeVariableInvocationHandler

        public OwbTypeVariableInvocationHandler​(TypeVariable typeVariable,
                                                Type... bounds)
    • Method Detail

      • 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