public class org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration implements org.ehcache.spi.service.ServiceCreationConfiguration<org.ehcache.core.spi.store.heap.SizeOfEngineProvider, org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration
  super_class: java.lang.Object
{
  private final long objectGraphSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long maxObjectSize;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.ehcache.config.units.MemoryUnit unit;
    descriptor: Lorg/ehcache/config/units/MemoryUnit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(long, org.ehcache.config.units.MemoryUnit, long);
    descriptor: (JLorg/ehcache/config/units/MemoryUnit;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
        start local 1 // long size
        start local 3 // org.ehcache.config.units.MemoryUnit unit
        start local 4 // long objectGraphSize
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            lload 1 /* size */
            lconst_0
            lcmp
            ifle 2
            lload 4 /* objectGraphSize */
            lconst_0
            lcmp
            ifgt 3
         2: .line 41
      StackMap locals: org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration long org.ehcache.config.units.MemoryUnit long
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "SizeOfEngine cannot take non-positive arguments."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* objectGraphSize */
            putfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.objectGraphSize:J
         4: .line 44
            aload 0 /* this */
            lload 1 /* size */
            putfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.maxObjectSize:J
         5: .line 45
            aload 0 /* this */
            aload 3 /* unit */
            putfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.unit:Lorg/ehcache/config/units/MemoryUnit;
         6: .line 46
            return
        end local 4 // long objectGraphSize
        end local 3 // org.ehcache.config.units.MemoryUnit unit
        end local 1 // long size
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
            0    7     1             size  J
            0    7     3             unit  Lorg/ehcache/config/units/MemoryUnit;
            0    7     4  objectGraphSize  J
    MethodParameters:
                 Name  Flags
      size             
      unit             
      objectGraphSize  

  public java.lang.Class<org.ehcache.core.spi.store.heap.SizeOfEngineProvider> getServiceType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
         0: .line 53
            ldc Lorg/ehcache/core/spi/store/heap/SizeOfEngineProvider;
            areturn
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
    Signature: ()Ljava/lang/Class<Lorg/ehcache/core/spi/store/heap/SizeOfEngineProvider;>;

  public long getMaxObjectGraphSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
         0: .line 66
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.objectGraphSize:J
            lreturn
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;

  public long getMaxObjectSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
         0: .line 79
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.maxObjectSize:J
            lreturn
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;

  public org.ehcache.config.units.MemoryUnit getUnit();
    descriptor: ()Lorg/ehcache/config/units/MemoryUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
         0: .line 90
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.unit:Lorg/ehcache/config/units/MemoryUnit;
            areturn
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;

  public org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration derive();
    descriptor: ()Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
         0: .line 95
            new org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration
            dup
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.maxObjectSize:J
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.unit:Lorg/ehcache/config/units/MemoryUnit;
            aload 0 /* this */
            getfield org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.objectGraphSize:J
            invokespecial org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.<init>:(JLorg/ehcache/config/units/MemoryUnit;J)V
            areturn
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;

  public org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration build(org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration);
    descriptor: (Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;)Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
        start local 1 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration configuration
         0: .line 100
            aload 1 /* configuration */
            areturn
        end local 1 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration configuration
        end local 0 // org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
            0    1     1  configuration  Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
    MethodParameters:
               Name  Flags
      configuration  

  public org.ehcache.spi.service.ServiceCreationConfiguration build(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/ehcache/spi/service/ServiceCreationConfiguration;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration
            invokevirtual org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.build:(Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;)Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.UnsupportedOperationException

  public java.lang.Object derive();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.ehcache.impl.config.store.heap.DefaultSizeOfEngineProviderConfiguration.derive:()Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.UnsupportedOperationException
}
Signature: Ljava/lang/Object;Lorg/ehcache/spi/service/ServiceCreationConfiguration<Lorg/ehcache/core/spi/store/heap/SizeOfEngineProvider;Lorg/ehcache/impl/config/store/heap/DefaultSizeOfEngineProviderConfiguration;>;
SourceFile: "DefaultSizeOfEngineProviderConfiguration.java"