class org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private final java.util.Date expiration;
    descriptor: Ljava/util/Date;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, java.lang.Object> sessionData;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  void <init>(PersistentSession);
    descriptor: (LPersistentSession;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.undertow cannot be resolved\n\tThe import io.undertow cannot be resolved\n\tSessionPersistenceManager cannot be resolved to a type\n\tThe method persistSessions(String, Map<String,PersistentSession>) of type FileSessionPersistence must override or implement a supertype method\n\tPersistentSession cannot be resolved to a type\n\tUndertowServletLogger cannot be resolved\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n\tThe method loadSessionAttributes(String, ClassLoader) of type FileSessionPersistence must override or implement a supertype method\n\tThe method load(File, ClassLoader) from the type FileSessionPersistence refers to the missing type PersistentSession\n\tUndertowServletLogger cannot be resolved\n\tPersistentSession cannot be resolved to a type\n\tThe method load(ObjectInputStream) from the type FileSessionPersistence refers to the missing type PersistentSession\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n\tThe method getPersistentSession() from the type FileSessionPersistence.SerializablePersistentSession refers to the missing type PersistentSession\n\tThe method clear(String) of type FileSessionPersistence must override or implement a supertype method\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/FileSessionPersistence$SerializablePersistentSession;
    MethodParameters:
         Name  Flags
      session  

  PersistentSession getPersistentSession();
    descriptor: ()LPersistentSession;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPersistentSession cannot be resolved to a type\n\tPersistentSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/web/embedded/undertow/FileSessionPersistence$SerializablePersistentSession;
}
SourceFile: "FileSessionPersistence.java"
NestHost: org.springframework.boot.web.embedded.undertow.FileSessionPersistence
InnerClasses:
  SerializablePersistentSession = org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession of org.springframework.boot.web.embedded.undertow.FileSessionPersistence