Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private final java.util.concurrent.atomic.AtomicInteger id
    • Constructor Detail

      • WildcardCapturer

        private WildcardCapturer()
    • Method Detail

      • capture

        java.lang.reflect.Type capture​(java.lang.reflect.Type type)
      • captureNullable

        private java.lang.reflect.Type captureNullable​(@Nullable
                                                       java.lang.reflect.Type type)
      • capture

        private java.lang.reflect.Type[] capture​(java.lang.reflect.Type[] types)