Package io.github.slimjar.util
Class Reflections
java.lang.Object
io.github.slimjar.util.Reflections
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Constructor<?>findConstructor(@NotNull Class<?> clazz, @Nullable Object @NotNull ... args) static @Nullable Class<?> @NotNull []
-
Method Details
-
findConstructor
@NotNull public static @NotNull Constructor<?> findConstructor(@NotNull @NotNull Class<?> clazz, @Nullable @Nullable Object @NotNull ... args) throws NoSuchMethodException - Throws:
NoSuchMethodException
-
typesFrom
-