public class org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider implements org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider<HazelcastCache>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.hazelcast cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe type HazelcastCacheMeterBinderProvider must implement the inherited abstract method CacheMeterBinderProvider<HazelcastCache>.getMeterBinder(HazelcastCache, Iterable<Tag>)\n\tHazelcastCache cannot be resolved to a type\n\tMeterBinder cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHazelcastCacheMetrics cannot be resolved to a type\n\tMeterBinder cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tHazelcastCacheMetrics cannot be resolved to a type\n\tThe method getConstructor(Class<?>...) from the type Class<HazelcastCacheMetrics> refers to the missing type HazelcastCacheMetrics\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/HazelcastCacheMeterBinderProvider;

  public MeterBinder getMeterBinder(HazelcastCache, java.lang.Iterable<Tag>);
    descriptor: (LHazelcastCache;Ljava/lang/Iterable;)LMeterBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
         0: .line 37
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterBinder cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHazelcastCacheMetrics cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/HazelcastCacheMeterBinderProvider;
    Signature: (LHazelcastCache;Ljava/lang/Iterable<LTag;>;)LMeterBinder;
    MethodParameters:
       Name  Flags
      cache  
      tags   

  MeterBinder createHazelcast4CacheMetrics(HazelcastCache, java.lang.Iterable<Tag>);
    descriptor: (LHazelcastCache;Ljava/lang/Iterable;)LMeterBinder;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterBinder cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tHazelcastCache cannot be resolved to a type\n\tHazelcastCacheMetrics cannot be resolved to a type\n\tThe method getConstructor(Class<?>...) from the type Class<HazelcastCacheMetrics> refers to the missing type HazelcastCacheMetrics\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.cache.HazelcastCacheMeterBinderProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/cache/HazelcastCacheMeterBinderProvider;
    Signature: (LHazelcastCache;Ljava/lang/Iterable<LTag;>;)LMeterBinder;
    MethodParameters:
       Name  Flags
      cache  
      tags   
}
Signature: Ljava/lang/Object;Lorg/springframework/boot/actuate/metrics/cache/CacheMeterBinderProvider<LHazelcastCache;>;
SourceFile: "HazelcastCacheMeterBinderProvider.java"