Searched defs:getDeclaredConstructor (Results 1 – 4 of 4) sorted by relevance
140 @libcore.util.NonNull public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.@lib… in getDeclaredConstructor() method in Class
153 public java.lang.reflect.Constructor<T> getDeclaredConstructor(java.lang.Class<?>... parameterTypes… in getDeclaredConstructor() method in Class
298 public java.lang.reflect.Constructor<T> getDeclaredConstructor( in getDeclaredConstructor() method in Class
2168 public Constructor<T> getDeclaredConstructor(Class<?>... parameterTypes) in getDeclaredConstructor() method in Class