class org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 implements org.springframework.web.servlet.View
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
         0: .line 360
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/ContentNegotiatingViewResolver$1;

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
         0: .line 365
            aconst_null
            areturn
        end local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/ContentNegotiatingViewResolver$1;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void render(java.util.Map<java.lang.String, ?>, HttpServletRequest, HttpServletResponse);
    descriptor: (Ljava/util/Map;LHttpServletRequest;LHttpServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
         0: .line 369
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/ContentNegotiatingViewResolver$1;
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;LHttpServletRequest;LHttpServletResponse;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
      2:
    MethodParameters:
          Name  Flags
      model     
      request   
      response  
}
SourceFile: "ContentNegotiatingViewResolver.java"
EnclosingMethod: org.springframework.web.servlet.view.ContentNegotiatingViewResolver
NestHost: org.springframework.web.servlet.view.ContentNegotiatingViewResolver
InnerClasses:
  org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1