public class org.springframework.data.geo.CustomMetric implements org.springframework.data.geo.Metric
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.geo.CustomMetric
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2972074177454114228

  private final double multiplier;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String abbreviation;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.data.geo.CustomMetric this
        start local 1 // double multiplier
         0: .line 41
            aload 0 /* this */
            dload 1 /* multiplier */
            ldc ""
            invokespecial org.springframework.data.geo.CustomMetric.<init>:(DLjava/lang/String;)V
         1: .line 42
            return
        end local 1 // double multiplier
        end local 0 // org.springframework.data.geo.CustomMetric this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/springframework/data/geo/CustomMetric;
            0    2     1  multiplier  D
    MethodParameters:
            Name  Flags
      multiplier  

  public void <init>(double, java.lang.String);
    descriptor: (DLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.data.geo.CustomMetric this
        start local 1 // double multiplier
        start local 3 // java.lang.String abbreviation
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 3 /* abbreviation */
            ldc "Abbreviation must not be null!"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 54
            aload 0 /* this */
            dload 1 /* multiplier */
            putfield org.springframework.data.geo.CustomMetric.multiplier:D
         3: .line 55
            aload 0 /* this */
            aload 3 /* abbreviation */
            putfield org.springframework.data.geo.CustomMetric.abbreviation:Ljava/lang/String;
         4: .line 56
            return
        end local 3 // java.lang.String abbreviation
        end local 1 // double multiplier
        end local 0 // org.springframework.data.geo.CustomMetric this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/springframework/data/geo/CustomMetric;
            0    5     1    multiplier  D
            0    5     3  abbreviation  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      multiplier    
      abbreviation  

  public double getMultiplier();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.data.geo.CustomMetric this
         0: .line 63
            aload 0 /* this */
            getfield org.springframework.data.geo.CustomMetric.multiplier:D
            dreturn
        end local 0 // org.springframework.data.geo.CustomMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/geo/CustomMetric;

  public java.lang.String getAbbreviation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.data.geo.CustomMetric this
         0: .line 72
            aload 0 /* this */
            getfield org.springframework.data.geo.CustomMetric.abbreviation:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.data.geo.CustomMetric this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/geo/CustomMetric;
}
SourceFile: "CustomMetric.java"