Searched refs:nestedKeyMap (Results 1 – 4 of 4) sorted by relevance
69 @Test public void nestedKeyMap() { in nestedKeyMap() method in MultibindingTest70 assertThat(multibindingComponent.nestedKeyMap()) in nestedKeyMap()
39 Map<NestedAnnotationContainer.NestedWrappedKey, String> nestedKeyMap(); in nestedKeyMap() method
69 fun nestedKeyMap() { in nestedKeyMap() method in dagger.functional.kotlinsrc.multibindings.MultibindingTest70 assertThat(multibindingComponent.nestedKeyMap()) in nestedKeyMap()
36 fun nestedKeyMap(): Map<NestedAnnotationContainer.NestedWrappedKey, String> method