public class io.ebeaninternal.server.type.ScalarTypeDurationWithNanos extends io.ebeaninternal.server.type.ScalarTypeDuration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeaninternal.server.type.ScalarTypeDurationWithNanos
  super_class: io.ebeaninternal.server.type.ScalarTypeDuration
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
         0: .line 21
            aload 0 /* this */
            iconst_3
            invokespecial io.ebeaninternal.server.type.ScalarTypeDuration.<init>:(I)V
         1: .line 22
            return
        end local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeaninternal/server/type/ScalarTypeDurationWithNanos;

  public void bind(io.ebean.core.type.DataBinder, java.time.Duration);
    descriptor: (Lio/ebean/core/type/DataBinder;Ljava/time/Duration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
        start local 1 // io.ebean.core.type.DataBinder binder
        start local 2 // java.time.Duration value
         0: .line 26
            aload 2 /* value */
            ifnonnull 3
         1: .line 27
            aload 1 /* binder */
            iconst_3
            invokeinterface io.ebean.core.type.DataBinder.setNull:(I)V
         2: .line 28
            goto 4
         3: .line 29
      StackMap locals:
      StackMap stack:
            aload 1 /* binder */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual io.ebeaninternal.server.type.ScalarTypeDurationWithNanos.convertToBigDecimal:(Ljava/time/Duration;)Ljava/math/BigDecimal;
            invokeinterface io.ebean.core.type.DataBinder.setBigDecimal:(Ljava/math/BigDecimal;)V
         4: .line 31
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.time.Duration value
        end local 1 // io.ebean.core.type.DataBinder binder
        end local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/ebeaninternal/server/type/ScalarTypeDurationWithNanos;
            0    5     1  binder  Lio/ebean/core/type/DataBinder;
            0    5     2   value  Ljava/time/Duration;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      binder  
      value   

  public java.time.Duration read(io.ebean.core.type.DataReader);
    descriptor: (Lio/ebean/core/type/DataReader;)Ljava/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
        start local 1 // io.ebean.core.type.DataReader reader
         0: .line 35
            aload 0 /* this */
            aload 1 /* reader */
            invokeinterface io.ebean.core.type.DataReader.getBigDecimal:()Ljava/math/BigDecimal;
            invokevirtual io.ebeaninternal.server.type.ScalarTypeDurationWithNanos.convertFromBigDecimal:(Ljava/math/BigDecimal;)Ljava/time/Duration;
            areturn
        end local 1 // io.ebean.core.type.DataReader reader
        end local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/ebeaninternal/server/type/ScalarTypeDurationWithNanos;
            0    1     1  reader  Lio/ebean/core/type/DataReader;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      reader  

  public java.lang.Object toJdbcType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
        start local 1 // java.lang.Object value
         0: .line 40
            aload 1 /* value */
            instanceof java.math.BigDecimal
            ifeq 1
            aload 1 /* value */
            areturn
         1: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            checkcast java.time.Duration
            invokevirtual io.ebeaninternal.server.type.ScalarTypeDurationWithNanos.convertToBigDecimal:(Ljava/time/Duration;)Ljava/math/BigDecimal;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/ebeaninternal/server/type/ScalarTypeDurationWithNanos;
            0    2     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public java.time.Duration toBeanType(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/time/Duration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
        start local 1 // java.lang.Object value
         0: .line 46
            aload 1 /* value */
            instanceof java.time.Duration
            ifeq 1
            aload 1 /* value */
            checkcast java.time.Duration
            areturn
         1: .line 47
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            invokestatic io.ebeaninternal.server.core.BasicTypeConverter.toBigDecimal:(Ljava/lang/Object;)Ljava/math/BigDecimal;
            invokevirtual io.ebeaninternal.server.type.ScalarTypeDurationWithNanos.convertFromBigDecimal:(Ljava/math/BigDecimal;)Ljava/time/Duration;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // io.ebeaninternal.server.type.ScalarTypeDurationWithNanos this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/ebeaninternal/server/type/ScalarTypeDurationWithNanos;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  
}
SourceFile: "ScalarTypeDurationWithNanos.java"