Class ClassLoadingObjectInputStream.ClassLoaderThreadLocal

  • Enclosing class:
    ClassLoadingObjectInputStream

    protected static class ClassLoadingObjectInputStream.ClassLoaderThreadLocal
    extends java.lang.ThreadLocal<java.lang.ClassLoader>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.ClassLoader UNSET  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.ClassLoader initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

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

      • UNSET

        protected static final java.lang.ClassLoader UNSET
    • Constructor Detail

      • ClassLoaderThreadLocal

        protected ClassLoaderThreadLocal()
    • Method Detail

      • initialValue

        protected java.lang.ClassLoader initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<java.lang.ClassLoader>