class org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse extends org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse
  super_class: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse
{
  void <init>(java.lang.Object, long, long);
    descriptor: (Ljava/lang/Object;JJ)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse this
        start local 1 // java.lang.Object response
        start local 2 // long creationTime
        start local 4 // long timeToLive
         0: .line 154
            aload 0 /* this */
            aload 1 /* response */
            lload 4 /* timeToLive */
            invokestatic org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse.applyCaching:(Ljava/lang/Object;J)Ljava/lang/Object;
            lload 2 /* creationTime */
            invokespecial org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse.<init>:(Ljava/lang/Object;J)V
         1: .line 155
            return
        end local 4 // long timeToLive
        end local 2 // long creationTime
        end local 1 // java.lang.Object response
        end local 0 // org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/boot/actuate/endpoint/invoker/cache/CachingOperationInvoker$ReactiveCachedResponse;
            0    2     1      response  Ljava/lang/Object;
            0    2     2  creationTime  J
            0    2     4    timeToLive  J
    MethodParameters:
              Name  Flags
      response      
      creationTime  
      timeToLive    

  private static java.lang.Object applyCaching(java.lang.Object, long);
    descriptor: (Ljava/lang/Object;J)Ljava/lang/Object;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono<capture#1-of ?> cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tFlux<capture#2-of ?> cannot be resolved to a type\n\tFlux cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      response    
      timeToLive  
}
SourceFile: "CachingOperationInvoker.java"
NestHost: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
InnerClasses:
  CachedResponse = org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$CachedResponse of org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker
  ReactiveCachedResponse = org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker$ReactiveCachedResponse of org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvoker