Searched refs:matchingConstructor (Results 1 – 2 of 2) sorted by relevance
528 Constructor<?> matchingConstructor = null; in findMatchingConstructorInjectionPoint() local535 if (matchingConstructor != null) { in findMatchingConstructorInjectionPoint()543 matchingConstructor = constructor; in findMatchingConstructorInjectionPoint()559 if (matchingConstructor != null) { in findMatchingConstructorInjectionPoint()564 (Constructor<? super T>) matchingConstructor, implementation); in findMatchingConstructorInjectionPoint()
337 AssistedConstructor<?> matchingConstructor = paramsToConstructor.remove(methodParams); in createMethodMapping() local339 result.put(method, matchingConstructor); in createMethodMapping()