public class org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter extends org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter
super_class: org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
aconst_null
aconst_null
invokespecial org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter.<init>:(Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;Lcom/google/protobuf/ExtensionRegistry;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverter;
public void <init>(com.google.protobuf.util.JsonFormat$Parser, com.google.protobuf.util.JsonFormat$Printer);
descriptor: (Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
invokespecial org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter.<init>:(Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;Lcom/google/protobuf/ExtensionRegistry;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverter;
0 2 1 parser Lcom/google/protobuf/util/JsonFormat$Parser;
0 2 2 printer Lcom/google/protobuf/util/JsonFormat$Printer;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
parser
printer
public void <init>(com.google.protobuf.util.JsonFormat$Parser, com.google.protobuf.util.JsonFormat$Printer, com.google.protobuf.ExtensionRegistry);
descriptor: (Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;Lcom/google/protobuf/ExtensionRegistry;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
new org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufJavaUtilSupport
dup
aload 1
aload 2
invokespecial org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufJavaUtilSupport.<init>:(Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;)V
aload 3
invokespecial org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter.<init>:(Lorg/springframework/http/converter/protobuf/ProtobufHttpMessageConverter$ProtobufFormatSupport;Lcom/google/protobuf/ExtensionRegistry;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverter;
0 2 1 parser Lcom/google/protobuf/util/JsonFormat$Parser;
0 2 2 printer Lcom/google/protobuf/util/JsonFormat$Printer;
0 2 3 extensionRegistry Lcom/google/protobuf/ExtensionRegistry;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
2:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
parser
printer
extensionRegistry
public void <init>(com.google.protobuf.util.JsonFormat$Parser, com.google.protobuf.util.JsonFormat$Printer, org.springframework.http.converter.protobuf.ExtensionRegistryInitializer);
descriptor: (Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;Lorg/springframework/http/converter/protobuf/ExtensionRegistryInitializer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
new org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufJavaUtilSupport
dup
aload 1
aload 2
invokespecial org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufJavaUtilSupport.<init>:(Lcom/google/protobuf/util/JsonFormat$Parser;Lcom/google/protobuf/util/JsonFormat$Printer;)V
aconst_null
invokespecial org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter.<init>:(Lorg/springframework/http/converter/protobuf/ProtobufHttpMessageConverter$ProtobufFormatSupport;Lcom/google/protobuf/ExtensionRegistry;)V
1: aload 3
ifnull 3
2: aload 3
aload 0
getfield org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter.extensionRegistry:Lcom/google/protobuf/ExtensionRegistry;
invokeinterface org.springframework.http.converter.protobuf.ExtensionRegistryInitializer.initializeExtensionRegistry:(Lcom/google/protobuf/ExtensionRegistry;)V
3: StackMap locals: org.springframework.http.converter.protobuf.ProtobufJsonFormatHttpMessageConverter com.google.protobuf.util.JsonFormat$Parser com.google.protobuf.util.JsonFormat$Printer org.springframework.http.converter.protobuf.ExtensionRegistryInitializer
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/http/converter/protobuf/ProtobufJsonFormatHttpMessageConverter;
0 4 1 parser Lcom/google/protobuf/util/JsonFormat$Parser;
0 4 2 printer Lcom/google/protobuf/util/JsonFormat$Printer;
0 4 3 registryInitializer Lorg/springframework/http/converter/protobuf/ExtensionRegistryInitializer;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
2:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
parser
printer
registryInitializer
}
SourceFile: "ProtobufJsonFormatHttpMessageConverter.java"
InnerClasses:
public Parser = com.google.protobuf.util.JsonFormat$Parser of com.google.protobuf.util.JsonFormat
public Printer = com.google.protobuf.util.JsonFormat$Printer of com.google.protobuf.util.JsonFormat
abstract ProtobufFormatSupport = org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufFormatSupport of org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter
ProtobufJavaUtilSupport = org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter$ProtobufJavaUtilSupport of org.springframework.http.converter.protobuf.ProtobufHttpMessageConverter