public class io.ebeaninternal.server.text.json.WriteJson implements io.ebeaninternal.api.json.SpiJsonWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.text.json.WriteJson
  super_class: java.lang.Object
{
  private final io.ebeaninternal.api.SpiEbeanServer server;
    descriptor: Lio/ebeaninternal/api/SpiEbeanServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.fasterxml.jackson.core.JsonGenerator generator;
    descriptor: Lcom/fasterxml/jackson/core/JsonGenerator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.ebean.FetchPath fetchPath;
    descriptor: Lio/ebean/FetchPath;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, io.ebean.text.json.JsonWriteBeanVisitor<?>> visitors;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/ebean/text/json/JsonWriteBeanVisitor<*>;>;

  private final io.ebeaninternal.server.text.json.PathStack pathStack;
    descriptor: Lio/ebeaninternal/server/text/json/PathStack;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.ebeaninternal.server.util.ArrayStack<java.lang.Object> parentBeans;
    descriptor: Lio/ebeaninternal/server/util/ArrayStack;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/ebeaninternal/server/util/ArrayStack<Ljava/lang/Object;>;

  private final java.lang.Object objectMapper;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.ebean.config.JsonConfig$Include include;
    descriptor: Lio/ebean/config/JsonConfig$Include;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.ebeaninternal.api.SpiEbeanServer, com.fasterxml.jackson.core.JsonGenerator, io.ebean.FetchPath, java.util.Map<java.lang.String, io.ebean.text.json.JsonWriteBeanVisitor<?>>, , io.ebean.config.JsonConfig$Include);
    descriptor: (Lio/ebeaninternal/api/SpiEbeanServer;Lcom/fasterxml/jackson/core/JsonGenerator;Lio/ebean/FetchPath;Ljava/util/Map;Ljava/lang/Object;Lio/ebean/config/JsonConfig$Include;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // io.ebeaninternal.api.SpiEbeanServer server
        start local 2 // com.fasterxml.jackson.core.JsonGenerator generator
        start local 3 // io.ebean.FetchPath fetchPath
        start local 4 // java.util.Map visitors
        start local 5 // java.lang.Object objectMapper
        start local 6 // io.ebean.config.JsonConfig$Include include
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* server */
            putfield io.ebeaninternal.server.text.json.WriteJson.server:Lio/ebeaninternal/api/SpiEbeanServer;
         2: .line 49
            aload 0 /* this */
            aload 2 /* generator */
            putfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
         3: .line 50
            aload 0 /* this */
            aload 3 /* fetchPath */
            putfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
         4: .line 51
            aload 0 /* this */
            aload 4 /* visitors */
            putfield io.ebeaninternal.server.text.json.WriteJson.visitors:Ljava/util/Map;
         5: .line 52
            aload 0 /* this */
            aload 5 /* objectMapper */
            putfield io.ebeaninternal.server.text.json.WriteJson.objectMapper:Ljava/lang/Object;
         6: .line 53
            aload 0 /* this */
            aload 6 /* include */
            putfield io.ebeaninternal.server.text.json.WriteJson.include:Lio/ebean/config/JsonConfig$Include;
         7: .line 54
            aload 0 /* this */
            new io.ebeaninternal.server.util.ArrayStack
            dup
            invokespecial io.ebeaninternal.server.util.ArrayStack.<init>:()V
            putfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
         8: .line 55
            aload 0 /* this */
            new io.ebeaninternal.server.text.json.PathStack
            dup
            invokespecial io.ebeaninternal.server.text.json.PathStack.<init>:()V
            putfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
         9: .line 56
            return
        end local 6 // io.ebean.config.JsonConfig$Include include
        end local 5 // java.lang.Object objectMapper
        end local 4 // java.util.Map visitors
        end local 3 // io.ebean.FetchPath fetchPath
        end local 2 // com.fasterxml.jackson.core.JsonGenerator generator
        end local 1 // io.ebeaninternal.api.SpiEbeanServer server
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   10     1        server  Lio/ebeaninternal/api/SpiEbeanServer;
            0   10     2     generator  Lcom/fasterxml/jackson/core/JsonGenerator;
            0   10     3     fetchPath  Lio/ebean/FetchPath;
            0   10     4      visitors  Ljava/util/Map<Ljava/lang/String;Lio/ebean/text/json/JsonWriteBeanVisitor<*>;>;
            0   10     5  objectMapper  Ljava/lang/Object;
            0   10     6       include  Lio/ebean/config/JsonConfig$Include;
    Signature: (Lio/ebeaninternal/api/SpiEbeanServer;Lcom/fasterxml/jackson/core/JsonGenerator;Lio/ebean/FetchPath;Ljava/util/Map<Ljava/lang/String;Lio/ebean/text/json/JsonWriteBeanVisitor<*>;>;Ljava/lang/Object;Lio/ebean/config/JsonConfig$Include;)V
    MethodParameters:
              Name  Flags
      server        
      generator     
      fetchPath     
      visitors      
      objectMapper  
      include       

  public void <init>(com.fasterxml.jackson.core.JsonGenerator, io.ebean.config.JsonConfig$Include);
    descriptor: (Lcom/fasterxml/jackson/core/JsonGenerator;Lio/ebean/config/JsonConfig$Include;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // com.fasterxml.jackson.core.JsonGenerator generator
        start local 2 // io.ebean.config.JsonConfig$Include include
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* generator */
            putfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
         2: .line 63
            aload 0 /* this */
            aload 2 /* include */
            putfield io.ebeaninternal.server.text.json.WriteJson.include:Lio/ebean/config/JsonConfig$Include;
         3: .line 64
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.visitors:Ljava/util/Map;
         4: .line 65
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.server:Lio/ebeaninternal/api/SpiEbeanServer;
         5: .line 66
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
         6: .line 67
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.objectMapper:Ljava/lang/Object;
         7: .line 68
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
         8: .line 69
            aload 0 /* this */
            aconst_null
            putfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
         9: .line 70
            return
        end local 2 // io.ebean.config.JsonConfig$Include include
        end local 1 // com.fasterxml.jackson.core.JsonGenerator generator
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   10     1  generator  Lcom/fasterxml/jackson/core/JsonGenerator;
            0   10     2    include  Lio/ebean/config/JsonConfig$Include;
    MethodParameters:
           Name  Flags
      generator  
      include    

  public boolean isIncludeNull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 77
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.include:Lio/ebean/config/JsonConfig$Include;
            getstatic io.ebean.config.JsonConfig$Include.ALL:Lio/ebean/config/JsonConfig$Include;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public boolean isIncludeEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 85
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.include:Lio/ebean/config/JsonConfig$Include;
            getstatic io.ebean.config.JsonConfig$Include.NON_EMPTY:Lio/ebean/config/JsonConfig$Include;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public com.fasterxml.jackson.core.JsonGenerator gen();
    descriptor: ()Lcom/fasterxml/jackson/core/JsonGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 90
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            areturn
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 95
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.flush:()V
         1: .line 96
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
    Exceptions:
      throws java.io.IOException

  public void writeStartObject(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
         0: .line 101
            aload 1 /* key */
            ifnull 2
         1: .line 102
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* key */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartObject:()V
         3: .line 105
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 106
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    7     1   key  Ljava/lang/String;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      key   

  public void writeStartObject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 113
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartObject:()V
         1: .line 114
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 115
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void writeEndObject();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 122
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeEndObject:()V
         1: .line 123
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 124
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 126
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void writeStartArray(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
         0: .line 131
            aload 1 /* key */
            ifnull 2
         1: .line 132
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* key */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartArray:()V
         3: .line 135
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 136
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         6: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    7     1   key  Ljava/lang/String;
            5    6     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.io.IOException
    MethodParameters:
      Name  Flags
      key   

  public void writeStartArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 143
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartArray:()V
         1: .line 144
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 145
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void writeEndArray();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 152
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeEndArray:()V
         1: .line 153
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 154
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public void writeRaw(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String text
         0: .line 161
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* text */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeRaw:(Ljava/lang/String;)V
         1: .line 162
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 163
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String text
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  text  Ljava/lang/String;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public void writeRawValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String text
         0: .line 170
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* text */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeRawValue:(Ljava/lang/String;)V
         1: .line 171
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 172
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 174
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String text
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  text  Ljava/lang/String;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      text  

  public void writeFieldName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
         0: .line 179
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         1: .line 180
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 181
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 183
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  name  Ljava/lang/String;
            3    4     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public void writeNullField(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
         0: .line 187
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.isIncludeNull:()Z
            ifeq 5
         1: .line 189
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNullField:(Ljava/lang/String;)V
         2: .line 190
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* e */
        start local 2 // java.io.IOException e
         4: .line 191
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         5: .line 194
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    6     1  name  Ljava/lang/String;
            4    5     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public void writeNumberField(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // long value
         0: .line 199
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            lload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;J)V
         1: .line 200
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 4 /* e */
        start local 4 // java.io.IOException e
         3: .line 201
            new io.ebean.text.json.JsonIOException
            dup
            aload 4 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
         4: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 2 // long value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  J
            3    4     4      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeNumberField(java.lang.String, double);
    descriptor: (Ljava/lang/String;D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // double value
         0: .line 208
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            dload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;D)V
         1: .line 209
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 4 /* e */
        start local 4 // java.io.IOException e
         3: .line 210
            new io.ebean.text.json.JsonIOException
            dup
            aload 4 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
         4: .line 212
      StackMap locals:
      StackMap stack:
            return
        end local 2 // double value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  D
            3    4     4      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeNumberField(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // int value
         0: .line 217
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;I)V
         1: .line 218
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 219
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 221
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  I
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeNumberField(java.lang.String, short);
    descriptor: (Ljava/lang/String;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // short value
         0: .line 226
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;S)V
         1: .line 227
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 228
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 230
      StackMap locals:
      StackMap stack:
            return
        end local 2 // short value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  S
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeNumberField(java.lang.String, float);
    descriptor: (Ljava/lang/String;F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // float value
         0: .line 236
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            fload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;F)V
         1: .line 237
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 238
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 2 // float value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  F
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeNumberField(java.lang.String, java.math.BigDecimal);
    descriptor: (Ljava/lang/String;Ljava/math/BigDecimal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // java.math.BigDecimal value
         0: .line 246
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumberField:(Ljava/lang/String;Ljava/math/BigDecimal;)V
         1: .line 247
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 248
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 250
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.math.BigDecimal value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  Ljava/math/BigDecimal;
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeStringField(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 255
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStringField:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 256
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 257
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 259
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  Ljava/lang/String;
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeBinary(java.io.InputStream, int);
    descriptor: (Ljava/io/InputStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.io.InputStream is
        start local 2 // int length
         0: .line 264
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* is */
            iload 2 /* length */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeBinary:(Ljava/io/InputStream;I)I
            pop
         1: .line 265
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 266
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 268
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int length
        end local 1 // java.io.InputStream is
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1      is  Ljava/io/InputStream;
            0    5     2  length  I
            3    4     3       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
        Name  Flags
      is      
      length  

  public void writeBinaryField(java.lang.String, byte[]);
    descriptor: (Ljava/lang/String;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // byte[] value
         0: .line 273
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeBinaryField:(Ljava/lang/String;[B)V
         1: .line 274
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 275
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 277
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  [B
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeBooleanField(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // boolean value
         0: .line 282
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            iload 2 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeBooleanField:(Ljava/lang/String;Z)V
         1: .line 283
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 284
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 286
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1   name  Ljava/lang/String;
            0    5     2  value  Z
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  public void writeBoolean(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // boolean value
         0: .line 291
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            iload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeBoolean:(Z)V
         1: .line 292
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 293
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 295
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  Z
            3    4     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String value
         0: .line 300
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeString:(Ljava/lang/String;)V
         1: .line 301
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 302
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  Ljava/lang/String;
            3    4     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeNumber(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // int value
         0: .line 309
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            iload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumber:(I)V
         1: .line 310
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 311
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 313
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  I
            3    4     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeNumber(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // long value
         0: .line 318
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            lload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumber:(J)V
         1: .line 319
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 320
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 322
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  J
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeNumber(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // double value
         0: .line 327
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            dload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumber:(D)V
         1: .line 328
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 3 /* e */
        start local 3 // java.io.IOException e
         3: .line 329
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
         4: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 1 // double value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  D
            3    4     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeNumber(java.math.BigDecimal);
    descriptor: (Ljava/math/BigDecimal;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.math.BigDecimal value
         0: .line 336
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* value */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNumber:(Ljava/math/BigDecimal;)V
         1: .line 337
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 2 /* e */
        start local 2 // java.io.IOException e
         3: .line 338
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         4: .line 340
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.math.BigDecimal value
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    5     1  value  Ljava/math/BigDecimal;
            3    4     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
       Name  Flags
      value  

  public void writeNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 345
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeNull:()V
         1: .line 346
            goto 4
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* e */
        start local 1 // java.io.IOException e
         3: .line 347
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         4: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            3    4     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException

  public boolean isParentBean(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.Object bean
         0: .line 353
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            invokevirtual io.ebeaninternal.server.util.ArrayStack.isEmpty:()Z
            ifne 1
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            aload 1 /* bean */
            invokevirtual io.ebeaninternal.server.util.ArrayStack.contains:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object bean
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    2     1  bean  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      bean  

  public void pushParentBeanMany(io.ebean.bean.EntityBean);
    descriptor: (Lio/ebean/bean/EntityBean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // io.ebean.bean.EntityBean parentBean
         0: .line 358
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            aload 1 /* parentBean */
            invokevirtual io.ebeaninternal.server.util.ArrayStack.push:(Ljava/lang/Object;)V
         1: .line 359
            return
        end local 1 // io.ebean.bean.EntityBean parentBean
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    2     1  parentBean  Lio/ebean/bean/EntityBean;
    MethodParameters:
            Name  Flags
      parentBean  

  public void popParentBeanMany();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 363
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            invokevirtual io.ebeaninternal.server.util.ArrayStack.pop:()Ljava/lang/Object;
            pop
         1: .line 364
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public void beginAssocOne(java.lang.String, io.ebean.bean.EntityBean);
    descriptor: (Ljava/lang/String;Lio/ebean/bean/EntityBean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
        start local 2 // io.ebean.bean.EntityBean bean
         0: .line 368
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            aload 2 /* bean */
            invokevirtual io.ebeaninternal.server.util.ArrayStack.push:(Ljava/lang/Object;)V
         1: .line 369
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            aload 1 /* key */
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pushPathKey:(Ljava/lang/String;)V
         2: .line 370
            return
        end local 2 // io.ebean.bean.EntityBean bean
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    3     1   key  Ljava/lang/String;
            0    3     2  bean  Lio/ebean/bean/EntityBean;
    MethodParameters:
      Name  Flags
      key   
      bean  

  public void endAssocOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 374
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.parentBeans:Lio/ebeaninternal/server/util/ArrayStack;
            invokevirtual io.ebeaninternal.server.util.ArrayStack.pop:()Ljava/lang/Object;
            pop
         1: .line 375
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pop:()Ljava/lang/Object;
            pop
         2: .line 376
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public void beginAssocMany(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
         0: .line 381
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            aload 1 /* key */
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pushPathKey:(Ljava/lang/String;)V
         1: .line 382
            aload 1 /* key */
            ifnull 3
         2: .line 383
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* key */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         3: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartArray:()V
         4: .line 386
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 387
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         7: .line 389
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    8     1   key  Ljava/lang/String;
            6    7     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      key   

  public void endAssocMany();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 394
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pop:()Ljava/lang/Object;
            pop
         1: .line 395
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeEndArray:()V
         2: .line 396
            goto 5
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 397
            new io.ebean.text.json.JsonIOException
            dup
            aload 1 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         5: .line 399
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            4    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException

  public void beginAssocManyMap(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
        start local 2 // boolean elementCollection
         0: .line 404
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            aload 1 /* key */
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pushPathKey:(Ljava/lang/String;)V
         1: .line 405
            aload 1 /* key */
            ifnull 3
         2: .line 406
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* key */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         3: .line 408
      StackMap locals:
      StackMap stack:
            iload 2 /* elementCollection */
            ifeq 6
         4: .line 409
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartObject:()V
         5: .line 410
            goto 10
         6: .line 411
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeStartArray:()V
         7: .line 413
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 3 /* e */
        start local 3 // java.io.IOException e
         9: .line 414
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
        10: .line 416
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean elementCollection
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   11     1                key  Ljava/lang/String;
            0   11     2  elementCollection  Z
            9   10     3                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    MethodParameters:
                   Name  Flags
      key                
      elementCollection  

  public void endAssocManyMap(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // boolean elementCollection
         0: .line 421
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            invokevirtual io.ebeaninternal.server.text.json.PathStack.pop:()Ljava/lang/Object;
            pop
         1: .line 422
            iload 1 /* elementCollection */
            ifeq 4
         2: .line 423
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeEndObject:()V
         3: .line 424
            goto 8
         4: .line 425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeEndArray:()V
         5: .line 427
            goto 8
      StackMap locals:
      StackMap stack: java.io.IOException
         6: astore 2 /* e */
        start local 2 // java.io.IOException e
         7: .line 428
            new io.ebean.text.json.JsonIOException
            dup
            aload 2 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
         8: .line 430
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean elementCollection
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    9     1  elementCollection  Z
            7    8     2                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.io.IOException
    MethodParameters:
                   Name  Flags
      elementCollection  

  public <T> void writeBean(io.ebeaninternal.server.deploy.BeanDescriptor<T>, io.ebean.bean.EntityBean);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanDescriptor;Lio/ebean/bean/EntityBean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
        start local 2 // io.ebean.bean.EntityBean bean
         0: .line 434
            aload 0 /* this */
            aload 1 /* desc */
            aload 2 /* bean */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.createWriteBean:(Lio/ebeaninternal/server/deploy/BeanDescriptor;Lio/ebean/bean/EntityBean;)Lio/ebeaninternal/server/text/json/WriteJson$WriteBean;
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson$WriteBean.write:(Lio/ebeaninternal/server/text/json/WriteJson;)V
         1: .line 435
            return
        end local 2 // io.ebean.bean.EntityBean bean
        end local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    2     1  desc  Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;
            0    2     2  bean  Lio/ebean/bean/EntityBean;
    Signature: <T:Ljava/lang/Object;>(Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;Lio/ebean/bean/EntityBean;)V
    MethodParameters:
      Name  Flags
      desc  
      bean  

  private <T> io.ebeaninternal.server.text.json.WriteJson$WriteBean createWriteBean(io.ebeaninternal.server.deploy.BeanDescriptor<T>, io.ebean.bean.EntityBean);
    descriptor: (Lio/ebeaninternal/server/deploy/BeanDescriptor;Lio/ebean/bean/EntityBean;)Lio/ebeaninternal/server/text/json/WriteJson$WriteBean;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
        start local 2 // io.ebean.bean.EntityBean bean
         0: .line 439
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            invokevirtual io.ebeaninternal.server.text.json.PathStack.peekWithNull:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* path */
        start local 3 // java.lang.String path
         1: .line 440
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.visitors:Ljava/util/Map;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.visitors:Ljava/util/Map;
            aload 3 /* path */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.ebean.text.json.JsonWriteBeanVisitor
      StackMap locals:
      StackMap stack: io.ebean.text.json.JsonWriteBeanVisitor
         3: astore 4 /* visitor */
        start local 4 // io.ebean.text.json.JsonWriteBeanVisitor visitor
         4: .line 441
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
            ifnonnull 6
         5: .line 442
            new io.ebeaninternal.server.text.json.WriteJson$WriteBean
            dup
            aload 1 /* desc */
            aload 2 /* bean */
            aload 4 /* visitor */
            invokespecial io.ebeaninternal.server.text.json.WriteJson$WriteBean.<init>:(Lio/ebeaninternal/server/deploy/BeanDescriptor;Lio/ebean/bean/EntityBean;Lio/ebean/text/json/JsonWriteBeanVisitor;)V
            areturn
         6: .line 445
      StackMap locals: io.ebean.text.json.JsonWriteBeanVisitor
      StackMap stack:
            iconst_0
            istore 5 /* explicitAllProps */
        start local 5 // boolean explicitAllProps
         7: .line 446
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
            aload 3 /* path */
            invokeinterface io.ebean.FetchPath.getProperties:(Ljava/lang/String;)Ljava/util/Set;
            astore 6 /* currentIncludeProps */
        start local 6 // java.util.Set currentIncludeProps
         8: .line 447
            aload 6 /* currentIncludeProps */
            ifnull 12
         9: .line 448
            aload 6 /* currentIncludeProps */
            ldc "*"
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            istore 5 /* explicitAllProps */
        10: .line 449
            iload 5 /* explicitAllProps */
            ifne 11
            aload 6 /* currentIncludeProps */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 12
        11: .line 450
      StackMap locals: int java.util.Set
      StackMap stack:
            aconst_null
            astore 6 /* currentIncludeProps */
        12: .line 453
      StackMap locals:
      StackMap stack:
            new io.ebeaninternal.server.text.json.WriteJson$WriteBean
            dup
            aload 1 /* desc */
            iload 5 /* explicitAllProps */
            aload 6 /* currentIncludeProps */
            aload 2 /* bean */
            aload 4 /* visitor */
            invokespecial io.ebeaninternal.server.text.json.WriteJson$WriteBean.<init>:(Lio/ebeaninternal/server/deploy/BeanDescriptor;ZLjava/util/Set;Lio/ebean/bean/EntityBean;Lio/ebean/text/json/JsonWriteBeanVisitor;)V
            areturn
        end local 6 // java.util.Set currentIncludeProps
        end local 5 // boolean explicitAllProps
        end local 4 // io.ebean.text.json.JsonWriteBeanVisitor visitor
        end local 3 // java.lang.String path
        end local 2 // io.ebean.bean.EntityBean bean
        end local 1 // io.ebeaninternal.server.deploy.BeanDescriptor desc
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   13     0                 this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   13     1                 desc  Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;
            0   13     2                 bean  Lio/ebean/bean/EntityBean;
            1   13     3                 path  Ljava/lang/String;
            4   13     4              visitor  Lio/ebean/text/json/JsonWriteBeanVisitor<*>;
            7   13     5     explicitAllProps  Z
            8   13     6  currentIncludeProps  Ljava/util/Set<Ljava/lang/String;>;
    Signature: <T:Ljava/lang/Object;>(Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;Lio/ebean/bean/EntityBean;)Lio/ebeaninternal/server/text/json/WriteJson$WriteBean;
    MethodParameters:
      Name  Flags
      desc  
      bean  

  public void writeValueUsingObjectMapper(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object value
         0: .line 459
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.isIncludeEmpty:()Z
            ifne 5
         1: .line 461
            aload 2 /* value */
            instanceof java.util.Collection
            ifeq 3
            aload 2 /* value */
            checkcast java.util.Collection
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 3
         2: .line 463
            return
         3: .line 464
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            instanceof java.util.Map
            ifeq 5
            aload 2 /* value */
            checkcast java.util.Map
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 5
         4: .line 466
            return
         5: .line 470
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 1 /* name */
            invokevirtual com.fasterxml.jackson.core.JsonGenerator.writeFieldName:(Ljava/lang/String;)V
         6: .line 471
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.objectMapper:()Lcom/fasterxml/jackson/databind/ObjectMapper;
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.generator:Lcom/fasterxml/jackson/core/JsonGenerator;
            aload 2 /* value */
            invokevirtual com.fasterxml.jackson.databind.ObjectMapper.writeValue:(Lcom/fasterxml/jackson/core/JsonGenerator;Ljava/lang/Object;)V
         7: .line 472
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         8: astore 3 /* e */
        start local 3 // java.io.IOException e
         9: .line 473
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
        10: .line 475
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   11     1   name  Ljava/lang/String;
            0   11     2  value  Ljava/lang/Object;
            9   10     3      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           5     7       8  Class java.io.IOException
    MethodParameters:
       Name  Flags
      name   
      value  

  private com.fasterxml.jackson.databind.ObjectMapper objectMapper();
    descriptor: ()Lcom/fasterxml/jackson/databind/ObjectMapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
         0: .line 478
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.objectMapper:Ljava/lang/Object;
            ifnonnull 2
         1: .line 479
            new java.lang.IllegalStateException
            dup
            ldc "Jackson ObjectMapper required but not set. Expected to be set on DatabaseConfig"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.objectMapper:Ljava/lang/Object;
            checkcast com.fasterxml.jackson.databind.ObjectMapper
            areturn
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/ebeaninternal/server/text/json/WriteJson;

  public java.lang.Boolean includeMany(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String key
         0: .line 586
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
            ifnull 3
         1: .line 587
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.pathStack:Lio/ebeaninternal/server/text/json/PathStack;
            aload 1 /* key */
            invokevirtual io.ebeaninternal.server.text.json.PathStack.peekFullPath:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* fullPath */
        start local 2 // java.lang.String fullPath
         2: .line 588
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.fetchPath:Lio/ebean/FetchPath;
            aload 2 /* fullPath */
            invokeinterface io.ebean.FetchPath.hasPath:(Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // java.lang.String fullPath
         3: .line 590
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.String key
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    4     1       key  Ljava/lang/String;
            2    3     2  fullPath  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public void toJson(java.lang.String, java.util.Collection<?>);
    descriptor: (Ljava/lang/String;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.String name
        start local 2 // java.util.Collection c
         0: .line 597
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.beginAssocMany:(Ljava/lang/String;)V
         1: .line 599
            aload 2 /* c */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: io.ebeaninternal.server.text.json.WriteJson java.lang.String java.util.Collection top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* bean */
        start local 3 // java.lang.Object bean
         3: .line 600
            aload 0 /* this */
            aload 3 /* bean */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.getDescriptor:(Ljava/lang/Class;)Lio/ebeaninternal/server/deploy/BeanDescriptor;
            astore 5 /* d */
        start local 5 // io.ebeaninternal.server.deploy.BeanDescriptor d
         4: .line 601
            aload 5 /* d */
            aload 0 /* this */
            aload 3 /* bean */
            checkcast io.ebean.bean.EntityBean
            aconst_null
            invokevirtual io.ebeaninternal.server.deploy.BeanDescriptor.jsonWrite:(Lio/ebeaninternal/api/json/SpiJsonWriter;Lio/ebean/bean/EntityBean;Ljava/lang/String;)V
        end local 5 // io.ebeaninternal.server.deploy.BeanDescriptor d
        end local 3 // java.lang.Object bean
         5: .line 599
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 603
            aload 0 /* this */
            invokevirtual io.ebeaninternal.server.text.json.WriteJson.endAssocMany:()V
         7: .line 604
            goto 10
      StackMap locals: io.ebeaninternal.server.text.json.WriteJson java.lang.String java.util.Collection
      StackMap stack: java.io.IOException
         8: astore 3 /* e */
        start local 3 // java.io.IOException e
         9: .line 605
            new io.ebean.text.json.JsonIOException
            dup
            aload 3 /* e */
            invokespecial io.ebean.text.json.JsonIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
        10: .line 607
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.Collection c
        end local 1 // java.lang.String name
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0   11     1  name  Ljava/lang/String;
            0   11     2     c  Ljava/util/Collection<*>;
            3    5     3  bean  Ljava/lang/Object;
            4    5     5     d  Lio/ebeaninternal/server/deploy/BeanDescriptor<*>;
            9   10     3     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     7       8  Class java.io.IOException
    Signature: (Ljava/lang/String;Ljava/util/Collection<*>;)V
    MethodParameters:
      Name  Flags
      name  
      c     

  private <T> io.ebeaninternal.server.deploy.BeanDescriptor<T> getDescriptor(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lio/ebeaninternal/server/deploy/BeanDescriptor;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.ebeaninternal.server.text.json.WriteJson this
        start local 1 // java.lang.Class cls
         0: .line 610
            aload 0 /* this */
            getfield io.ebeaninternal.server.text.json.WriteJson.server:Lio/ebeaninternal/api/SpiEbeanServer;
            aload 1 /* cls */
            invokeinterface io.ebeaninternal.api.SpiEbeanServer.getBeanDescriptor:(Ljava/lang/Class;)Lio/ebeaninternal/server/deploy/BeanDescriptor;
            astore 2 /* d */
        start local 2 // io.ebeaninternal.server.deploy.BeanDescriptor d
         1: .line 611
            aload 2 /* d */
            ifnonnull 3
         2: .line 612
            new java.lang.RuntimeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "No BeanDescriptor found for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* cls */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 614
      StackMap locals: io.ebeaninternal.server.deploy.BeanDescriptor
      StackMap stack:
            aload 2 /* d */
            areturn
        end local 2 // io.ebeaninternal.server.deploy.BeanDescriptor d
        end local 1 // java.lang.Class cls
        end local 0 // io.ebeaninternal.server.text.json.WriteJson this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/ebeaninternal/server/text/json/WriteJson;
            0    4     1   cls  Ljava/lang/Class<TT;>;
            1    4     2     d  Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lio/ebeaninternal/server/deploy/BeanDescriptor<TT;>;
    MethodParameters:
      Name  Flags
      cls   
}
SourceFile: "WriteJson.java"
NestMembers:
  io.ebeaninternal.server.text.json.WriteJson$WriteBean
InnerClasses:
  public final Include = io.ebean.config.JsonConfig$Include of io.ebean.config.JsonConfig
  public WriteBean = io.ebeaninternal.server.text.json.WriteJson$WriteBean of io.ebeaninternal.server.text.json.WriteJson