public final class org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor
  super_class: java.lang.Object
{
  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.time.Instant creationTime;
    descriptor: Ljava/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.time.Instant lastAccessedTime;
    descriptor: Ljava/time/Instant;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long maxInactiveInterval;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean expired;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(Session);
    descriptor: (LSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 29
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.session cannot be resolved\n\tThe import org.springframework.session cannot be resolved\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tThe constructor SessionsEndpoint.SessionsReport(Map<String,? extends Session>) refers to the missing type Session\n\tSession cannot be resolved to a type\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tFindByIndexNameSessionRepository cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tThe method map(Function<? super capture#1-of ? extends Session,? extends R>) in the type Stream<capture#1-of ? extends Session> is not applicable for the arguments (SessionDescriptor::new)\n\tThe type SessionsEndpoint.SessionDescriptor does not define SessionDescriptor(capture#1-of ? extends Session) that is applicable here\n\tSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;
    MethodParameters:
         Name  Flags
      session  

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;

  public java.util.Set<java.lang.String> getAttributeNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.time.Instant getCreationTime();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 124
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;

  public java.time.Instant getLastAccessedTime();
    descriptor: ()Ljava/time/Instant;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;

  public long getMaxInactiveInterval();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 132
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;

  public boolean isExpired();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
         0: .line 136
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;
}
SourceFile: "SessionsEndpoint.java"
NestHost: org.springframework.boot.actuate.session.SessionsEndpoint
InnerClasses:
  public final SessionDescriptor = org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor of org.springframework.boot.actuate.session.SessionsEndpoint