Searched defs:methodsToProxy (Results 1 – 1 of 1) sorted by relevance
273 Method[] methodsToProxy = getMethodsToProxyRecursive(); in buildProxyClass() local314 private static void setMethodsStaticField(Class<?> proxyClass, Method[] methodsToProxy) { in setMethodsStaticField()387 TypeId<G> generatedType, Method[] methodsToProxy, TypeId<T> superclassType) { in generateCodeForAllMethods()633 Set<MethodSetEntry> methodsToProxy = new HashSet<>(); in getMethodsToProxyRecursive() local