public class org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration extends org.springframework.data.web.config.SpringDataWebConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration
  super_class: org.springframework.data.web.config.SpringDataWebConfiguration
{
  public void <init>(org.springframework.context.ApplicationContext, org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService>);
    descriptor: (Lorg/springframework/context/ApplicationContext;Lorg/springframework/beans/factory/ObjectFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
        start local 1 // org.springframework.context.ApplicationContext context
        start local 2 // org.springframework.beans.factory.ObjectFactory conversionService
         0: .line 50
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* conversionService */
            invokespecial org.springframework.data.web.config.SpringDataWebConfiguration.<init>:(Lorg/springframework/context/ApplicationContext;Lorg/springframework/beans/factory/ObjectFactory;)V
         1: .line 51
            return
        end local 2 // org.springframework.beans.factory.ObjectFactory conversionService
        end local 1 // org.springframework.context.ApplicationContext context
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
            0    2     1            context  Lorg/springframework/context/ApplicationContext;
            0    2     2  conversionService  Lorg/springframework/beans/factory/ObjectFactory<Lorg/springframework/core/convert/ConversionService;>;
    Signature: (Lorg/springframework/context/ApplicationContext;Lorg/springframework/beans/factory/ObjectFactory<Lorg/springframework/core/convert/ConversionService;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.beans.factory.annotation.Qualifier(value = "mvcConversionService")
    MethodParameters:
                   Name  Flags
      context            
      conversionService  

  public org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver pageableResolver();
    descriptor: ()Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
         0: .line 61
            new org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver
            dup
         1: .line 62
            aload 0 /* this */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.sortResolver:()Lorg/springframework/data/web/HateoasSortHandlerMethodArgumentResolver;
         2: .line 61
            invokespecial org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver.<init>:(Lorg/springframework/data/web/HateoasSortHandlerMethodArgumentResolver;)V
            astore 1 /* pageableResolver */
        start local 1 // org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver pageableResolver
         3: .line 63
            aload 0 /* this */
            aload 1 /* pageableResolver */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.customizePageableResolver:(Lorg/springframework/data/web/PageableHandlerMethodArgumentResolver;)V
         4: .line 64
            aload 1 /* pageableResolver */
            areturn
        end local 1 // org.springframework.data.web.HateoasPageableHandlerMethodArgumentResolver pageableResolver
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
            3    5     1  pageableResolver  Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean()

  public org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver sortResolver();
    descriptor: ()Lorg/springframework/data/web/HateoasSortHandlerMethodArgumentResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
         0: .line 75
            new org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver
            dup
            invokespecial org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver.<init>:()V
            astore 1 /* sortResolver */
        start local 1 // org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver sortResolver
         1: .line 76
            aload 0 /* this */
            aload 1 /* sortResolver */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.customizeSortResolver:(Lorg/springframework/data/web/SortHandlerMethodArgumentResolver;)V
         2: .line 77
            aload 1 /* sortResolver */
            areturn
        end local 1 // org.springframework.data.web.HateoasSortHandlerMethodArgumentResolver sortResolver
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
            1    3     1  sortResolver  Lorg/springframework/data/web/HateoasSortHandlerMethodArgumentResolver;
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean()

  public org.springframework.data.web.PagedResourcesAssembler<?> pagedResourcesAssembler();
    descriptor: ()Lorg/springframework/data/web/PagedResourcesAssembler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
         0: .line 82
            new org.springframework.data.web.PagedResourcesAssembler
            dup
            aload 0 /* this */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.pageableResolver:()Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;
            aconst_null
            invokespecial org.springframework.data.web.PagedResourcesAssembler.<init>:(Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;Lorg/springframework/web/util/UriComponents;)V
            areturn
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
    Signature: ()Lorg/springframework/data/web/PagedResourcesAssembler<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean()

  public org.springframework.data.web.PagedResourcesAssemblerArgumentResolver pagedResourcesAssemblerArgumentResolver();
    descriptor: ()Lorg/springframework/data/web/PagedResourcesAssemblerArgumentResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
         0: .line 87
            new org.springframework.data.web.PagedResourcesAssemblerArgumentResolver
            dup
            aload 0 /* this */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.pageableResolver:()Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;
            aconst_null
            invokespecial org.springframework.data.web.PagedResourcesAssemblerArgumentResolver.<init>:(Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;Lorg/springframework/hateoas/server/MethodLinkBuilderFactory;)V
            areturn
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean()

  public void addArgumentResolvers(java.util.List<org.springframework.web.method.support.HandlerMethodArgumentResolver>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
        start local 1 // java.util.List argumentResolvers
         0: .line 96
            aload 0 /* this */
            aload 1 /* argumentResolvers */
            invokespecial org.springframework.data.web.config.SpringDataWebConfiguration.addArgumentResolvers:(Ljava/util/List;)V
         1: .line 97
            aload 1 /* argumentResolvers */
            aload 0 /* this */
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.pagedResourcesAssemblerArgumentResolver:()Lorg/springframework/data/web/PagedResourcesAssemblerArgumentResolver;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 98
            return
        end local 1 // java.util.List argumentResolvers
        end local 0 // org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration;
            0    3     1  argumentResolvers  Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;
    Signature: (Ljava/util/List<Lorg/springframework/web/method/support/HandlerMethodArgumentResolver;>;)V
    MethodParameters:
                   Name  Flags
      argumentResolvers  

  public org.springframework.data.web.PageableHandlerMethodArgumentResolver pageableResolver();
    descriptor: ()Lorg/springframework/data/web/PageableHandlerMethodArgumentResolver;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.pageableResolver:()Lorg/springframework/data/web/HateoasPageableHandlerMethodArgumentResolver;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.springframework.data.web.SortHandlerMethodArgumentResolver sortResolver();
    descriptor: ()Lorg/springframework/data/web/SortHandlerMethodArgumentResolver;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration.sortResolver:()Lorg/springframework/data/web/HateoasSortHandlerMethodArgumentResolver;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HateoasAwareSpringDataWebConfiguration.java"
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Configuration()