You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/annotation/AccumulativeMappingWriter.java
Copy file name to clipboardExpand all lines: operator-framework/src/main/java/io/javaoperatorsdk/operator/processing/annotation/TypeParameterResolver.java
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,9 @@
15
15
importjavax.lang.model.type.TypeVariable;
16
16
importjavax.lang.model.util.Types;
17
17
18
+
/**
19
+
* This class can resolve a type parameter in the given index to the actual type defined.
20
+
*/
18
21
classTypeParameterResolver {
19
22
20
23
privatefinalDeclaredTypeinterestedClass;
@@ -26,6 +29,14 @@ public TypeParameterResolver(DeclaredType interestedClass, int interestedTypeArg
0 commit comments