public class org.springframework.web.accept.HeaderContentNegotiationStrategy implements org.springframework.web.accept.ContentNegotiationStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.accept.HeaderContentNegotiationStrategy
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.accept.HeaderContentNegotiationStrategy this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.web.accept.HeaderContentNegotiationStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/accept/HeaderContentNegotiationStrategy;

  public java.util.List<org.springframework.http.MediaType> resolveMediaTypes(org.springframework.web.context.request.NativeWebRequest);
    descriptor: (Lorg/springframework/web/context/request/NativeWebRequest;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.springframework.web.accept.HeaderContentNegotiationStrategy this
        start local 1 // org.springframework.web.context.request.NativeWebRequest request
         0: .line 46
            aload 1 /* request */
            ldc "Accept"
            invokeinterface org.springframework.web.context.request.NativeWebRequest.getHeaderValues:(Ljava/lang/String;)[Ljava/lang/String;
            astore 2 /* headerValueArray */
        start local 2 // java.lang.String[] headerValueArray
         1: .line 47
            aload 2 /* headerValueArray */
            ifnonnull 3
         2: .line 48
            getstatic org.springframework.web.accept.HeaderContentNegotiationStrategy.MEDIA_TYPE_ALL_LIST:Ljava/util/List;
            areturn
         3: .line 51
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 2 /* headerValueArray */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 3 /* headerValues */
        start local 3 // java.util.List headerValues
         4: .line 53
            aload 3 /* headerValues */
            invokestatic org.springframework.http.MediaType.parseMediaTypes:(Ljava/util/List;)Ljava/util/List;
            astore 4 /* mediaTypes */
        start local 4 // java.util.List mediaTypes
         5: .line 54
            aload 4 /* mediaTypes */
            invokestatic org.springframework.http.MediaType.sortBySpecificityAndQuality:(Ljava/util/List;)V
         6: .line 55
            aload 4 /* mediaTypes */
            invokestatic org.springframework.util.CollectionUtils.isEmpty:(Ljava/util/Collection;)Z
            ifne 7
            aload 4 /* mediaTypes */
            goto 8
      StackMap locals: java.util.List java.util.List
      StackMap stack:
         7: getstatic org.springframework.web.accept.HeaderContentNegotiationStrategy.MEDIA_TYPE_ALL_LIST:Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         8: areturn
        end local 4 // java.util.List mediaTypes
         9: .line 57
      StackMap locals: org.springframework.web.accept.HeaderContentNegotiationStrategy org.springframework.web.context.request.NativeWebRequest java.lang.String[] java.util.List
      StackMap stack: org.springframework.http.InvalidMediaTypeException
            astore 4 /* ex */
        start local 4 // org.springframework.http.InvalidMediaTypeException ex
        10: .line 58
            new org.springframework.web.HttpMediaTypeNotAcceptableException
            dup
        11: .line 59
            new java.lang.StringBuilder
            dup
            ldc "Could not parse 'Accept' header "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* headerValues */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* ex */
            invokevirtual org.springframework.http.InvalidMediaTypeException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 58
            invokespecial org.springframework.web.HttpMediaTypeNotAcceptableException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // org.springframework.http.InvalidMediaTypeException ex
        end local 3 // java.util.List headerValues
        end local 2 // java.lang.String[] headerValueArray
        end local 1 // org.springframework.web.context.request.NativeWebRequest request
        end local 0 // org.springframework.web.accept.HeaderContentNegotiationStrategy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   13     0              this  Lorg/springframework/web/accept/HeaderContentNegotiationStrategy;
            0   13     1           request  Lorg/springframework/web/context/request/NativeWebRequest;
            1   13     2  headerValueArray  [Ljava/lang/String;
            4   13     3      headerValues  Ljava/util/List<Ljava/lang/String;>;
            5    9     4        mediaTypes  Ljava/util/List<Lorg/springframework/http/MediaType;>;
           10   13     4                ex  Lorg/springframework/http/InvalidMediaTypeException;
      Exception table:
        from    to  target  type
           4     8       9  Class org.springframework.http.InvalidMediaTypeException
    Exceptions:
      throws org.springframework.web.HttpMediaTypeNotAcceptableException
    Signature: (Lorg/springframework/web/context/request/NativeWebRequest;)Ljava/util/List<Lorg/springframework/http/MediaType;>;
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "HeaderContentNegotiationStrategy.java"