public class org.springframework.boot.actuate.session.SessionsEndpoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.session.SessionsEndpoint
  super_class: java.lang.Object
{
  private final FindByIndexNameSessionRepository<? extends Session> sessionRepository;
    descriptor: LFindByIndexNameSessionRepository;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: LFindByIndexNameSessionRepository<+LSession;>;

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

  public org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport sessionsForUsername(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionsReport;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.session.SessionsEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()
    MethodParameters:
          Name  Flags
      username  

  public org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor getSession(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/actuate/session/SessionsEndpoint$SessionDescriptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSession cannot be resolved to a type\n\tFindByIndexNameSessionRepository 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.boot.actuate.endpoint.annotation.Selector()
    MethodParameters:
           Name  Flags
      sessionId  

  public void deleteSession(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.session.SessionsEndpoint this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tFindByIndexNameSessionRepository 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 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/session/SessionsEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.DeleteOperation()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.boot.actuate.endpoint.annotation.Selector()
    MethodParameters:
           Name  Flags
      sessionId  
}
SourceFile: "SessionsEndpoint.java"
NestMembers:
  org.springframework.boot.actuate.session.SessionsEndpoint$SessionDescriptor  org.springframework.boot.actuate.session.SessionsEndpoint$SessionsReport
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
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "sessions")