Class GenericsResolver


  • public final class GenericsResolver
    extends java.lang.Object
    INTERNAL API Helper class that resolves a type name variable to a concrete class using the current class serialization stack
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.LinkedList<Generics> stack  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Class getConcreteClass​(java.lang.String typeVar)  
      (package private) boolean isSet()  
      (package private) void popScope()  
      (package private) void pushScope​(java.lang.Class type, Generics scope)  
      • Methods inherited from class java.lang.Object

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

      • stack

        private java.util.LinkedList<Generics> stack
    • Constructor Detail

      • GenericsResolver

        public GenericsResolver()
    • Method Detail

      • getConcreteClass

        java.lang.Class getConcreteClass​(java.lang.String typeVar)
      • isSet

        boolean isSet()
      • pushScope

        void pushScope​(java.lang.Class type,
                       Generics scope)
      • popScope

        void popScope()