Searched refs:wrappedAnnotationKeyMap (Results 1 – 4 of 4) sorted by relevance
82 public void wrappedAnnotationKeyMap() { in wrappedAnnotationKeyMap() method in MultibindingTest85 assertThat(multibindingComponent.wrappedAnnotationKeyMap()) in wrappedAnnotationKeyMap()
49 Map<WrappedAnnotationKey, String> wrappedAnnotationKeyMap(); in wrappedAnnotationKeyMap() method
86 fun wrappedAnnotationKeyMap() { in wrappedAnnotationKeyMap() method in dagger.functional.kotlinsrc.multibindings.MultibindingTest87 assertThat(multibindingComponent.wrappedAnnotationKeyMap()) in wrappedAnnotationKeyMap()
46 fun wrappedAnnotationKeyMap(): Map<WrappedAnnotationKey, String> method