Class ClassInfoCache.ClassInfo.LazyWrapper

  • Enclosing class:
    ClassInfoCache.ClassInfo

    public static class ClassInfoCache.ClassInfo.LazyWrapper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean initialized  
      (package private) java.lang.Class<?> isAClass  
      (package private) boolean value  
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyWrapper​(java.lang.Class<?> isAClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) boolean get​(java.lang.Class<?> cls)  
      • Methods inherited from class java.lang.Object

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

      • isAClass

        java.lang.Class<?> isAClass
      • initialized

        boolean initialized
      • value

        boolean value
    • Constructor Detail

      • LazyWrapper

        public LazyWrapper​(java.lang.Class<?> isAClass)
    • Method Detail

      • get

        boolean get​(java.lang.Class<?> cls)