public class org.springframework.data.geo.GeoModule extends com.fasterxml.jackson.databind.module.SimpleModule
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.geo.GeoModule
  super_class: com.fasterxml.jackson.databind.module.SimpleModule
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // org.springframework.data.geo.GeoModule this
         0: .line 42
            aload 0 /* this */
            ldc "Spring Data Geo Mixins"
            new com.fasterxml.jackson.core.Version
            dup
            iconst_1
            iconst_0
            iconst_0
            aconst_null
            ldc "org.springframework.data"
            ldc "spring-data-commons-geo"
            invokespecial com.fasterxml.jackson.core.Version.<init>:(IIILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
            invokespecial com.fasterxml.jackson.databind.module.SimpleModule.<init>:(Ljava/lang/String;Lcom/fasterxml/jackson/core/Version;)V
         1: .line 44
            aload 0 /* this */
            ldc Lorg/springframework/data/geo/Distance;
            ldc Lorg/springframework/data/geo/GeoModule$DistanceMixin;
            invokevirtual org.springframework.data.geo.GeoModule.setMixInAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/module/SimpleModule;
            pop
         2: .line 45
            aload 0 /* this */
            ldc Lorg/springframework/data/geo/Point;
            ldc Lorg/springframework/data/geo/GeoModule$PointMixin;
            invokevirtual org.springframework.data.geo.GeoModule.setMixInAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/module/SimpleModule;
            pop
         3: .line 46
            aload 0 /* this */
            ldc Lorg/springframework/data/geo/Box;
            ldc Lorg/springframework/data/geo/GeoModule$BoxMixin;
            invokevirtual org.springframework.data.geo.GeoModule.setMixInAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/module/SimpleModule;
            pop
         4: .line 47
            aload 0 /* this */
            ldc Lorg/springframework/data/geo/Circle;
            ldc Lorg/springframework/data/geo/GeoModule$CircleMixin;
            invokevirtual org.springframework.data.geo.GeoModule.setMixInAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/module/SimpleModule;
            pop
         5: .line 48
            aload 0 /* this */
            ldc Lorg/springframework/data/geo/Polygon;
            ldc Lorg/springframework/data/geo/GeoModule$PolygonMixin;
            invokevirtual org.springframework.data.geo.GeoModule.setMixInAnnotation:(Ljava/lang/Class;Ljava/lang/Class;)Lcom/fasterxml/jackson/databind/module/SimpleModule;
            pop
         6: .line 49
            return
        end local 0 // org.springframework.data.geo.GeoModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/springframework/data/geo/GeoModule;
}
SourceFile: "GeoModule.java"
NestMembers:
  org.springframework.data.geo.GeoModule$BoxMixin  org.springframework.data.geo.GeoModule$CircleMixin  org.springframework.data.geo.GeoModule$DistanceMixin  org.springframework.data.geo.GeoModule$PointMixin  org.springframework.data.geo.GeoModule$PolygonMixin
InnerClasses:
  abstract BoxMixin = org.springframework.data.geo.GeoModule$BoxMixin of org.springframework.data.geo.GeoModule
  abstract CircleMixin = org.springframework.data.geo.GeoModule$CircleMixin of org.springframework.data.geo.GeoModule
  abstract DistanceMixin = org.springframework.data.geo.GeoModule$DistanceMixin of org.springframework.data.geo.GeoModule
  abstract PointMixin = org.springframework.data.geo.GeoModule$PointMixin of org.springframework.data.geo.GeoModule
  abstract PolygonMixin = org.springframework.data.geo.GeoModule$PolygonMixin of org.springframework.data.geo.GeoModule