abstract class org.springframework.data.geo.GeoModule$PolygonMixin
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.data.geo.GeoModule$PolygonMixin
  super_class: java.lang.Object
{
  void <init>(java.util.List<org.springframework.data.geo.Point>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.data.geo.GeoModule$PolygonMixin this
        start local 1 // java.util.List points
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 1 // java.util.List points
        end local 0 // org.springframework.data.geo.GeoModule$PolygonMixin this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/springframework/data/geo/GeoModule$PolygonMixin;
            0    1     1  points  Ljava/util/List<Lorg/springframework/data/geo/Point;>;
    Signature: (Ljava/util/List<Lorg/springframework/data/geo/Point;>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
        com.fasterxml.jackson.annotation.JsonProperty(value = "points")
    MethodParameters:
        Name  Flags
      points  
}
SourceFile: "GeoModule.java"
NestHost: org.springframework.data.geo.GeoModule
InnerClasses:
  abstract PolygonMixin = org.springframework.data.geo.GeoModule$PolygonMixin of org.springframework.data.geo.GeoModule