Searched defs:getCandidatesViaHardCoded (Results 1 – 2 of 2) sorted by relevance
61 public static <T> Iterable<T> getCandidatesViaHardCoded( in getCandidatesViaHardCoded() method in InternalServiceProviders
122 static <T> Iterable<T> getCandidatesViaHardCoded(Class<T> klass, Iterable<Class<?>> hardcoded) { in getCandidatesViaHardCoded() method in ServiceProviders