Searched refs:matchingConstructor (Results 1 – 2 of 2) sorted by relevance
484 Constructor<?> matchingConstructor = null; in findMatchingConstructorInjectionPoint() local491 if (matchingConstructor != null) { in findMatchingConstructorInjectionPoint()500 matchingConstructor = constructor; in findMatchingConstructorInjectionPoint()516 if(matchingConstructor != null) { in findMatchingConstructorInjectionPoint()520 (Constructor<? super T>) matchingConstructor, implementation); in findMatchingConstructorInjectionPoint()
316 AssistedConstructor<?> matchingConstructor = paramsToConstructor.remove(methodParams); in createMethodMapping() local318 result.put(method, matchingConstructor); in createMethodMapping()