public final class org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport
  super_class: java.lang.Object
{
  private final java.util.List<org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor> sessions;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;>;

  public void <init>(java.util.Map<java.lang.String, ? extends Session>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport 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$SessionsReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionsReport;
    Signature: (Ljava/util/Map<Ljava/lang/String;+LSession;>;)V
    MethodParameters:
          Name  Flags
      sessions  

  public java.util.List<org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor> getSessions();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport this
         0: .line 83
            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$SessionsReport this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionsReport;
    Signature: ()Ljava/util/List<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
  public final SessionsReport = org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport of org.springframework.boot.actuate.session.SessionsEndpoint