W3cubDocs

/Haxe Java

AccessibleObject

package java.lang.reflect

implements AnnotatedElement

extended by Executable, Field

Available on java

Static methods

static_setAccessible(param1:NativeArray<AccessibleObject>, param2:Bool):Void

Deprecated: "This static field `_setAccessible` is deprecated and will be removed in later versions. Please use `setAccessible` instead"

staticsetAccessible(param1:NativeArray<AccessibleObject>, param2:Bool):Void

Methods

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

getAnnotations():NativeArray<Annotation>

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

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

getDeclaredAnnotations():NativeArray<Annotation>

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

isAccessible():Bool

isAnnotationPresent(param1:Class<Annotation>):Bool

setAccessible(param1:Bool):Void

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/lang/reflect/AccessibleObject.html