public class org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails
  super_class: java.lang.Object
{
  private org.springframework.boot.actuate.web.mappings.HandlerMethodDescription handlerMethod;
    descriptor: Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription handlerFunction;
    descriptor: Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription requestMappingConditions;
    descriptor: Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;

  public org.springframework.boot.actuate.web.mappings.HandlerMethodDescription getHandlerMethod();
    descriptor: ()Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
         0: .line 37
            aload 0 /* this */
            getfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.handlerMethod:Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;
            areturn
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;

  void setHandlerMethod(org.springframework.boot.actuate.web.mappings.HandlerMethodDescription);
    descriptor: (Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
        start local 1 // org.springframework.boot.actuate.web.mappings.HandlerMethodDescription handlerMethod
         0: .line 41
            aload 0 /* this */
            aload 1 /* handlerMethod */
            putfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.handlerMethod:Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;
         1: .line 42
            return
        end local 1 // org.springframework.boot.actuate.web.mappings.HandlerMethodDescription handlerMethod
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;
            0    2     1  handlerMethod  Lorg/springframework/boot/actuate/web/mappings/HandlerMethodDescription;
    MethodParameters:
               Name  Flags
      handlerMethod  

  public org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription getHandlerFunction();
    descriptor: ()Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
         0: .line 45
            aload 0 /* this */
            getfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.handlerFunction:Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;
            areturn
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;

  void setHandlerFunction(org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription);
    descriptor: (Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
        start local 1 // org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription handlerFunction
         0: .line 49
            aload 0 /* this */
            aload 1 /* handlerFunction */
            putfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.handlerFunction:Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;
         1: .line 50
            return
        end local 1 // org.springframework.boot.actuate.web.mappings.reactive.HandlerFunctionDescription handlerFunction
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;
            0    2     1  handlerFunction  Lorg/springframework/boot/actuate/web/mappings/reactive/HandlerFunctionDescription;
    MethodParameters:
                 Name  Flags
      handlerFunction  

  public org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription getRequestMappingConditions();
    descriptor: ()Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
         0: .line 53
            aload 0 /* this */
            getfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.requestMappingConditions:Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;
            areturn
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;

  void setRequestMappingConditions(org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription);
    descriptor: (Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
        start local 1 // org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription requestMappingConditions
         0: .line 57
            aload 0 /* this */
            aload 1 /* requestMappingConditions */
            putfield org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails.requestMappingConditions:Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;
         1: .line 58
            return
        end local 1 // org.springframework.boot.actuate.web.mappings.reactive.RequestMappingConditionsDescription requestMappingConditions
        end local 0 // org.springframework.boot.actuate.web.mappings.reactive.DispatcherHandlerMappingDetails this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lorg/springframework/boot/actuate/web/mappings/reactive/DispatcherHandlerMappingDetails;
            0    2     1  requestMappingConditions  Lorg/springframework/boot/actuate/web/mappings/reactive/RequestMappingConditionsDescription;
    MethodParameters:
                          Name  Flags
      requestMappingConditions  
}
SourceFile: "DispatcherHandlerMappingDetails.java"