public class org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/web/config/ProjectingArgumentResolverRegistrar;
public static org.springframework.data.web.config.ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor projectingArgumentResolverBeanPostProcessor(org.springframework.beans.factory.ObjectFactory<org.springframework.core.convert.ConversionService>);
descriptor: (Lorg/springframework/beans/factory/ObjectFactory;)Lorg/springframework/data/web/config/ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.springframework.data.web.config.ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor
dup
aload 0
invokespecial org.springframework.data.web.config.ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor.<init>:(Lorg/springframework/beans/factory/ObjectFactory;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 conversionService Lorg/springframework/beans/factory/ObjectFactory<Lorg/springframework/core/convert/ConversionService;>;
Signature: (Lorg/springframework/beans/factory/ObjectFactory<Lorg/springframework/core/convert/ConversionService;>;)Lorg/springframework/data/web/config/ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
RuntimeVisibleParameterAnnotations:
0:
org.springframework.beans.factory.annotation.Qualifier(value = "mvcConversionService")
MethodParameters:
Name Flags
conversionService
}
SourceFile: "ProjectingArgumentResolverRegistrar.java"
NestMembers:
org.springframework.data.web.config.ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor
InnerClasses:
private ProjectingArgumentResolverBeanPostProcessor = org.springframework.data.web.config.ProjectingArgumentResolverRegistrar$ProjectingArgumentResolverBeanPostProcessor of org.springframework.data.web.config.ProjectingArgumentResolverRegistrar
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Configuration()