class org.ehcache.core.EhcacheManager$9 implements org.ehcache.spi.service.ServiceProvider<org.ehcache.spi.service.MaintainableService>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.core.EhcacheManager$9
  super_class: java.lang.Object
{
  final org.ehcache.core.EhcacheManager this$0;
    descriptor: Lorg/ehcache/core/EhcacheManager;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.core.EhcacheManager);
    descriptor: (Lorg/ehcache/core/EhcacheManager;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.EhcacheManager$9 this
         0: .line 753
            aload 0 /* this */
            aload 1
            putfield org.ehcache.core.EhcacheManager$9.this$0:Lorg/ehcache/core/EhcacheManager;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.core.EhcacheManager$9 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/EhcacheManager$9;
    MethodParameters:
        Name  Flags
      this$0  final

  public <U extends org.ehcache.spi.service.MaintainableService> U getService(java.lang.Class<U>);
    descriptor: (Ljava/lang/Class;)Lorg/ehcache/spi/service/MaintainableService;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.EhcacheManager$9 this
        start local 1 // java.lang.Class serviceType
         0: .line 756
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$9.this$0:Lorg/ehcache/core/EhcacheManager;
            getfield org.ehcache.core.EhcacheManager.serviceLocator:Lorg/ehcache/core/spi/ServiceLocator;
            aload 1 /* serviceType */
            invokevirtual org.ehcache.core.spi.ServiceLocator.getService:(Ljava/lang/Class;)Lorg/ehcache/spi/service/Service;
            checkcast org.ehcache.spi.service.MaintainableService
            areturn
        end local 1 // java.lang.Class serviceType
        end local 0 // org.ehcache.core.EhcacheManager$9 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/ehcache/core/EhcacheManager$9;
            0    1     1  serviceType  Ljava/lang/Class<TU;>;
    Signature: <U::Lorg/ehcache/spi/service/MaintainableService;>(Ljava/lang/Class<TU;>;)TU;
    MethodParameters:
             Name  Flags
      serviceType  

  public <U extends org.ehcache.spi.service.MaintainableService> java.util.Collection<U> getServicesOfType(java.lang.Class<U>);
    descriptor: (Ljava/lang/Class;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.core.EhcacheManager$9 this
        start local 1 // java.lang.Class serviceType
         0: .line 760
            aload 0 /* this */
            getfield org.ehcache.core.EhcacheManager$9.this$0:Lorg/ehcache/core/EhcacheManager;
            getfield org.ehcache.core.EhcacheManager.serviceLocator:Lorg/ehcache/core/spi/ServiceLocator;
            aload 1 /* serviceType */
            invokevirtual org.ehcache.core.spi.ServiceLocator.getServicesOfType:(Ljava/lang/Class;)Ljava/util/Collection;
            areturn
        end local 1 // java.lang.Class serviceType
        end local 0 // org.ehcache.core.EhcacheManager$9 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/ehcache/core/EhcacheManager$9;
            0    1     1  serviceType  Ljava/lang/Class<TU;>;
    Signature: <U::Lorg/ehcache/spi/service/MaintainableService;>(Ljava/lang/Class<TU;>;)Ljava/util/Collection<TU;>;
    MethodParameters:
             Name  Flags
      serviceType  final

  public org.ehcache.spi.service.Service getService(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/ehcache/spi/service/Service;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.ehcache.core.EhcacheManager$9.getService:(Ljava/lang/Class;)Lorg/ehcache/spi/service/MaintainableService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/ehcache/spi/service/ServiceProvider<Lorg/ehcache/spi/service/MaintainableService;>;
SourceFile: "EhcacheManager.java"
EnclosingMethod: org.ehcache.core.EhcacheManager.getMaintainableServiceProvider:()Lorg/ehcache/spi/service/ServiceProvider;
NestHost: org.ehcache.core.EhcacheManager
InnerClasses:
  org.ehcache.core.EhcacheManager$9