Package org.teavm.runtime.reflect
Class AnnotationInfoUtil
java.lang.Object
org.teavm.runtime.reflect.AnnotationInfoUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean[]static byte[]asByteArray(AnnotationValueArray array) static char[]asCharArray(AnnotationValueArray array) static Class<?>[]asClassArray(AnnotationValueArray array) static double[]static float[]asFloatArray(AnnotationValueArray array) static int[]asIntArray(AnnotationValueArray array) static long[]asLongArray(AnnotationValueArray array) static short[]asShortArray(AnnotationValueArray array) static String[]static Annotationstatic voidfillAnnotationArray(AnnotationValueArray source, AnnotationConstructor constructor, Annotation[] target) static voidfillEnumArray(AnnotationValueArray source, Enum<?>[] values, Enum<?>[] target)
-
Method Details
-
createAnnotation
-
asBooleanArray
-
asByteArray
-
asShortArray
-
asCharArray
-
asIntArray
-
asLongArray
-
asFloatArray
-
asDoubleArray
-
asClassArray
-
asStringArray
-
fillAnnotationArray
public static void fillAnnotationArray(AnnotationValueArray source, AnnotationConstructor constructor, Annotation[] target) -
fillEnumArray
-