You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems Constructor.getGenericParameterTypes() does only return the enclosing types one. Using Constructor.getParameters() can help read the Type via Parameter.getParameterizedType of each Parameter.