Searched refs:nestedWrappedKey (Results 1 – 2 of 2) sorted by relevance
72 nestedWrappedKey(Integer.class), "integer", nestedWrappedKey(Long.class), "long"); in nestedKeyMap()192 static NestedAnnotationContainer.NestedWrappedKey nestedWrappedKey(Class<?> value) { in nestedWrappedKey() method in MultibindingTest
72 AutoAnnotationHolder.nestedWrappedKey(java.lang.Integer::class.java), in nestedKeyMap()74 AutoAnnotationHolder.nestedWrappedKey(java.lang.Long::class.java), in nestedKeyMap()205 fun nestedWrappedKey(value: Class<*>): NestedWrappedKey { in nestedWrappedKey() method