Package com.google.common.reflect
Class TypeResolver.WildcardCapturer
- java.lang.Object
-
- com.google.common.reflect.TypeResolver.WildcardCapturer
-
- Enclosing class:
- TypeResolver
private static final class TypeResolver.WildcardCapturer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.concurrent.atomic.AtomicInteger
id
-
Constructor Summary
Constructors Modifier Constructor Description private
WildcardCapturer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.reflect.Type
capture(java.lang.reflect.Type type)
private java.lang.reflect.Type[]
capture(java.lang.reflect.Type[] types)
private java.lang.reflect.Type
captureNullable(java.lang.reflect.Type type)
-