Package dev.webfx.platform.reflect
Class RArray
java.lang.Object
dev.webfx.platform.reflect.RArray
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
injectJavaArrayNewInstanceMethod
(BiFunction<Class, Integer, Object> javaArrayInstanceSupplier) static Object
newInstance
(Class<?> componentType, int length) static <T> void
-
Constructor Details
-
RArray
public RArray()
-
-
Method Details
-
injectJavaArrayNewInstanceMethod
public static void injectJavaArrayNewInstanceMethod(BiFunction<Class, Integer, Object> javaArrayInstanceSupplier) -
register
-
newInstance
-