Searched refs:getConstructorsToOverwrite (Results 1 – 1 of 1) sorted by relevance
593 for (Constructor<T> constructor : getConstructorsToOverwrite(superClass)) { in generateConstructorsAndFields()615 private static <T> Constructor<T>[] getConstructorsToOverwrite(Class<T> clazz) { in getConstructorsToOverwrite() method in ProxyBuilder