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