HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface TypeVariable<D>

package java.lang.reflect

extends AnnotatedElement, Type

@:nativeGen@:abstract@:libType@:javaNative@:native("java.lang.reflect.TypeVariable")@:javaCanonical("java.lang.reflect","TypeVariable")

Available on java

Methods

getAnnotatedBounds():NativeArray<AnnotatedType>

getAnnotation<T>(param1:Class<T>):T

getAnnotations():NativeArray<Annotation>

getAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

getBounds():NativeArray<Type>

getDeclaredAnnotation<T>(param1:Class<T>):T

getDeclaredAnnotations():NativeArray<Annotation>

getDeclaredAnnotationsByType<T>(param1:Class<T>):NativeArray<T>

getGenericDeclaration():D

getName():String

getTypeName():String

isAnnotationPresent(param1:Class<Annotation>):Bool

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe