abstract class org.springframework.data.geo.GeoModule$DistanceMixin
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.data.geo.GeoModule$DistanceMixin
  super_class: java.lang.Object
{
  void <init>(double, org.springframework.data.geo.Metric);
    descriptor: (DLorg/springframework/data/geo/Metric;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=4, args_size=3
        start local 0 // org.springframework.data.geo.GeoModule$DistanceMixin this
        start local 1 // double value
        start local 3 // org.springframework.data.geo.Metric metic
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            return
        end local 3 // org.springframework.data.geo.Metric metic
        end local 1 // double value
        end local 0 // org.springframework.data.geo.GeoModule$DistanceMixin this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/springframework/data/geo/GeoModule$DistanceMixin;
            0    2     1  value  D
            0    2     3  metic  Lorg/springframework/data/geo/Metric;
    RuntimeVisibleParameterAnnotations: 
      0:
        com.fasterxml.jackson.annotation.JsonProperty(value = "value")
      1:
        com.fasterxml.jackson.annotation.JsonProperty(value = "metric")
        com.fasterxml.jackson.databind.annotation.JsonDeserialize(as = Lorg/springframework/data/geo/Metrics;)
    MethodParameters:
       Name  Flags
      value  
      metic  

  abstract double getNormalizedValue();
    descriptor: ()D
    flags: (0x0400) ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonIgnore()
}
SourceFile: "GeoModule.java"
NestHost: org.springframework.data.geo.GeoModule
InnerClasses:
  abstract DistanceMixin = org.springframework.data.geo.GeoModule$DistanceMixin of org.springframework.data.geo.GeoModule
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonIgnoreProperties(value = {"unit"})