public class org.springframework.data.domain.jaxb.SpringDataJaxb$PageRequestDto
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.data.domain.jaxb.SpringDataJaxb$PageRequestDto
super_class: java.lang.Object
{
int page;
descriptor: I
flags: (0x0000)
RuntimeVisibleAnnotations:
javax.xml.bind.annotation.XmlAttribute()
int size;
descriptor: I
flags: (0x0000)
RuntimeVisibleAnnotations:
javax.xml.bind.annotation.XmlAttribute()
java.util.List<org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto> orders;
descriptor: Ljava/util/List;
flags: (0x0000)
Signature: Ljava/util/List<Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;>;
RuntimeVisibleAnnotations:
javax.xml.bind.annotation.XmlElement(name = "order", namespace = "http://www.springframework.org/schema/data/jaxb")
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.springframework.data.domain.jaxb.SpringDataJaxb$PageRequestDto.orders:Ljava/util/List;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/data/domain/jaxb/SpringDataJaxb$PageRequestDto;
}
SourceFile: "SpringDataJaxb.java"
NestHost: org.springframework.data.domain.jaxb.SpringDataJaxb
InnerClasses:
public OrderDto = org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto of org.springframework.data.domain.jaxb.SpringDataJaxb
public PageRequestDto = org.springframework.data.domain.jaxb.SpringDataJaxb$PageRequestDto of org.springframework.data.domain.jaxb.SpringDataJaxb
RuntimeVisibleAnnotations:
javax.xml.bind.annotation.XmlRootElement(name = "page-request", 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;)