Searched refs:qualifiedIntegerObjectMap (Results 1 – 6 of 6) sorted by relevance
51 @SomeQualifier fun qualifiedIntegerObjectMap(): Map<Int, Any> method
64 assertThat(component.qualifiedIntegerObjectMap()).hasSize(1) in multibindings()
55 @SomeQualifier Map<Integer, Object> qualifiedIntegerObjectMap(); in qualifiedIntegerObjectMap() method
64 assertThat(component.qualifiedIntegerObjectMap()).hasSize(1); in multibindings()
52 @SomeQualifier ListenableFuture<Map<Integer, Object>> qualifiedIntegerObjectMap(); in qualifiedIntegerObjectMap() method
77 assertThat(component.qualifiedIntegerObjectMap().get()).hasSize(1); in multibindings()