Searched refs:mapBinding (Results 1 – 2 of 2) sorted by relevance
264 public Object apply(ContributionBinding mapBinding) {265 AnnotationMirror mapKey = getMapKey(mapBinding.bindingElement()).get();282 public Equivalence.Wrapper<DeclaredType> apply(ContributionBinding mapBinding) {284 .wrap(getMapKey(mapBinding.bindingElement()).get().getAnnotationType());
134 Binding<T> mapBinding = injector.getBinding(mapKey); in mapInjectorTest() local135 MapBinderBinding<T> mapbinder = (MapBinderBinding<T>)mapBinding.acceptTargetVisitor(visitor); in mapInjectorTest()