public class com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def
  super_class: java.lang.Object
{
  public final java.lang.String method;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String prefix;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.String suffix;
    descriptor: Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def this
        start local 1 // java.lang.String m
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 76
            aload 0 /* this */
            aload 1 /* m */
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.method:Ljava/lang/String;
         2: .line 77
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.prefix:Ljava/lang/String;
         3: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.suffix:Ljava/lang/String;
         4: .line 79
            return
        end local 1 // java.lang.String m
        end local 0 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/jaxrs/json/annotation/JSONP$Def;
            0    5     1     m  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      m     

  public void <init>(com.fasterxml.jackson.jaxrs.json.annotation.JSONP);
    descriptor: (Lcom/fasterxml/jackson/jaxrs/json/annotation/JSONP;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def this
        start local 1 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP json
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* json */
            invokeinterface com.fasterxml.jackson.jaxrs.json.annotation.JSONP.value:()Ljava/lang/String;
            invokestatic com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.emptyAsNull:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.method:Ljava/lang/String;
         2: .line 83
            aload 0 /* this */
            aload 1 /* json */
            invokeinterface com.fasterxml.jackson.jaxrs.json.annotation.JSONP.prefix:()Ljava/lang/String;
            invokestatic com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.emptyAsNull:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.prefix:Ljava/lang/String;
         3: .line 84
            aload 0 /* this */
            aload 1 /* json */
            invokeinterface com.fasterxml.jackson.jaxrs.json.annotation.JSONP.suffix:()Ljava/lang/String;
            invokestatic com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.emptyAsNull:(Ljava/lang/String;)Ljava/lang/String;
            putfield com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def.suffix:Ljava/lang/String;
         4: .line 85
            return
        end local 1 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP json
        end local 0 // com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/fasterxml/jackson/jaxrs/json/annotation/JSONP$Def;
            0    5     1  json  Lcom/fasterxml/jackson/jaxrs/json/annotation/JSONP;
    MethodParameters:
      Name  Flags
      json  

  private static final java.lang.String emptyAsNull(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String str
         0: .line 88
            aload 0 /* str */
            ifnull 1
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 2
         1: .line 89
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            areturn
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   
}
SourceFile: "JSONP.java"
NestHost: com.fasterxml.jackson.jaxrs.json.annotation.JSONP
InnerClasses:
  public Def = com.fasterxml.jackson.jaxrs.json.annotation.JSONP$Def of com.fasterxml.jackson.jaxrs.json.annotation.JSONP