public class org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto
super_class: java.lang.Object
{
java.lang.String property;
descriptor: Ljava/lang/String;
flags: (0x0000)
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
javax.xml.bind.annotation.XmlAttribute()
org.springframework.data.domain.Sort$Direction direction;
descriptor: Lorg/springframework/data/domain/Sort$Direction;
flags: (0x0000)
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
javax.xml.bind.annotation.XmlAttribute()
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto this
0: .line 86
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;
}
SourceFile: "SpringDataJaxb.java"
NestHost: org.springframework.data.domain.jaxb.SpringDataJaxb
InnerClasses:
public final Direction = org.springframework.data.domain.Sort$Direction of org.springframework.data.domain.Sort
public OrderDto = org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto of org.springframework.data.domain.jaxb.SpringDataJaxb
RuntimeVisibleAnnotations:
javax.xml.bind.annotation.XmlRootElement(name = "order", namespace = "http://www.springframework.org/schema/data/jaxb")
javax.xml.bind.annotation.XmlAccessorType(value = javax.xml.bind.annotation.XmlAccessType.FIELD:Ljavax/xml/bind/annotation/XmlAccessType;)