public class com.fasterxml.jackson.databind.PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy extends com.fasterxml.jackson.databind.PropertyNamingStrategy$SnakeCaseStrategy
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.fasterxml.jackson.databind.PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy
super_class: com.fasterxml.jackson.databind.PropertyNamingStrategy$SnakeCaseStrategy
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.fasterxml.jackson.databind.PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy this
0: .line 450
aload 0 /* this */
invokespecial com.fasterxml.jackson.databind.PropertyNamingStrategy$SnakeCaseStrategy.<init>:()V
return
end local 0 // com.fasterxml.jackson.databind.PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/fasterxml/jackson/databind/PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy;
}
SourceFile: "PropertyNamingStrategy.java"
NestHost: com.fasterxml.jackson.databind.PropertyNamingStrategy
InnerClasses:
public LowerCaseWithUnderscoresStrategy = com.fasterxml.jackson.databind.PropertyNamingStrategy$LowerCaseWithUnderscoresStrategy of com.fasterxml.jackson.databind.PropertyNamingStrategy
public SnakeCaseStrategy = com.fasterxml.jackson.databind.PropertyNamingStrategy$SnakeCaseStrategy of com.fasterxml.jackson.databind.PropertyNamingStrategy
RuntimeVisibleAnnotations:
java.lang.Deprecated()