class org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper<K, V> implements Configuration<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -142083549674760400

  private final transient org.ehcache.config.CacheConfiguration<K, V> cacheConfiguration;
    descriptor: Lorg/ehcache/config/CacheConfiguration;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Lorg/ehcache/config/CacheConfiguration<TK;TV;>;

  private void <init>(org.ehcache.config.CacheConfiguration<K, V>);
    descriptor: (Lorg/ehcache/config/CacheConfiguration;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n\tConfiguration cannot be resolved to a type\n\tCannot infer type arguments for Eh107ConfigurationWrapper<>\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tCacheEntryListenerConfiguration cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tThe method getKeyType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n\tThe method getValueType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n\tThe method isStoreByValue() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration$Eh107ConfigurationWrapper<TK;TV;>;
    Signature: (Lorg/ehcache/config/CacheConfiguration<TK;TV;>;)V
    MethodParameters:
                    Name  Flags
      cacheConfiguration  

  org.ehcache.config.CacheConfiguration<K, V> getCacheConfiguration();
    descriptor: ()Lorg/ehcache/config/CacheConfiguration;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration$Eh107ConfigurationWrapper<TK;TV;>;
    Signature: ()Lorg/ehcache/config/CacheConfiguration<TK;TV;>;

  public java.lang.Class<K> getKeyType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getKeyType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration$Eh107ConfigurationWrapper<TK;TV;>;
    Signature: ()Ljava/lang/Class<TK;>;

  public java.lang.Class<V> getValueType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getValueType() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration$Eh107ConfigurationWrapper<TK;TV;>;
    Signature: ()Ljava/lang/Class<TV;>;

  public boolean isStoreByValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isStoreByValue() of type Eh107Configuration.Eh107ConfigurationWrapper<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107Configuration$Eh107ConfigurationWrapper<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;LConfiguration<TK;TV;>;
SourceFile: "Eh107Configuration.java"
NestHost: org.ehcache.jsr107.Eh107Configuration
InnerClasses:
  Eh107ConfigurationWrapper = org.ehcache.jsr107.Eh107Configuration$Eh107ConfigurationWrapper of org.ehcache.jsr107.Eh107Configuration