public class org.springframework.data.domain.jaxb.OrderAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto, org.springframework.data.domain.Sort$Order>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.data.domain.jaxb.OrderAdapter
  super_class: javax.xml.bind.annotation.adapters.XmlAdapter
{
  public static final org.springframework.data.domain.jaxb.OrderAdapter INSTANCE;
    descriptor: Lorg/springframework/data/domain/jaxb/OrderAdapter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 32
            new org.springframework.data.domain.jaxb.OrderAdapter
            dup
            invokespecial org.springframework.data.domain.jaxb.OrderAdapter.<init>:()V
            putstatic org.springframework.data.domain.jaxb.OrderAdapter.INSTANCE:Lorg/springframework/data/domain/jaxb/OrderAdapter;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.OrderAdapter this
         0: .line 30
            aload 0 /* this */
            invokespecial javax.xml.bind.annotation.adapters.XmlAdapter.<init>:()V
            return
        end local 0 // org.springframework.data.domain.jaxb.OrderAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/domain/jaxb/OrderAdapter;

  public org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto marshal(org.springframework.data.domain.Sort$Order);
    descriptor: (Lorg/springframework/data/domain/Sort$Order;)Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.data.domain.jaxb.OrderAdapter this
        start local 1 // org.springframework.data.domain.Sort$Order order
         0: .line 42
            aload 1 /* order */
            ifnonnull 2
         1: .line 43
            aconst_null
            areturn
         2: .line 46
      StackMap locals:
      StackMap stack:
            new org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto
            dup
            invokespecial org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto.<init>:()V
            astore 2 /* dto */
        start local 2 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto dto
         3: .line 47
            aload 2 /* dto */
            aload 1 /* order */
            invokevirtual org.springframework.data.domain.Sort$Order.getDirection:()Lorg/springframework/data/domain/Sort$Direction;
            putfield org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto.direction:Lorg/springframework/data/domain/Sort$Direction;
         4: .line 48
            aload 2 /* dto */
            aload 1 /* order */
            invokevirtual org.springframework.data.domain.Sort$Order.getProperty:()Ljava/lang/String;
            putfield org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto.property:Ljava/lang/String;
         5: .line 49
            aload 2 /* dto */
            areturn
        end local 2 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto dto
        end local 1 // org.springframework.data.domain.Sort$Order order
        end local 0 // org.springframework.data.domain.jaxb.OrderAdapter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/springframework/data/domain/jaxb/OrderAdapter;
            0    6     1  order  Lorg/springframework/data/domain/Sort$Order;
            3    6     2    dto  Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      order  

  public org.springframework.data.domain.Sort$Order unmarshal(org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto);
    descriptor: (Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;)Lorg/springframework/data/domain/Sort$Order;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.springframework.data.domain.jaxb.OrderAdapter this
        start local 1 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto source
         0: .line 60
            aload 1 /* source */
            ifnonnull 2
         1: .line 61
            aconst_null
            areturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            getfield org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto.direction:Lorg/springframework/data/domain/Sort$Direction;
            astore 2 /* direction */
        start local 2 // org.springframework.data.domain.Sort$Direction direction
         3: .line 65
            aload 1 /* source */
            getfield org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto.property:Ljava/lang/String;
            astore 3 /* property */
        start local 3 // java.lang.String property
         4: .line 67
            aload 2 /* direction */
            ifnull 5
            aload 3 /* property */
            ifnonnull 6
         5: .line 68
      StackMap locals: org.springframework.data.domain.Sort$Direction java.lang.String
      StackMap stack:
            aconst_null
            areturn
         6: .line 71
      StackMap locals:
      StackMap stack:
            new org.springframework.data.domain.Sort$Order
            dup
            aload 2 /* direction */
            aload 3 /* property */
            invokespecial org.springframework.data.domain.Sort$Order.<init>:(Lorg/springframework/data/domain/Sort$Direction;Ljava/lang/String;)V
            areturn
        end local 3 // java.lang.String property
        end local 2 // org.springframework.data.domain.Sort$Direction direction
        end local 1 // org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto source
        end local 0 // org.springframework.data.domain.jaxb.OrderAdapter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/data/domain/jaxb/OrderAdapter;
            0    7     1     source  Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;
            3    7     2  direction  Lorg/springframework/data/domain/Sort$Direction;
            4    7     3   property  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      source  

  public java.lang.Object unmarshal(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto
            invokevirtual org.springframework.data.domain.jaxb.OrderAdapter.unmarshal:(Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;)Lorg/springframework/data/domain/Sort$Order;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  public java.lang.Object marshal(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.springframework.data.domain.Sort$Order
            invokevirtual org.springframework.data.domain.jaxb.OrderAdapter.marshal:(Lorg/springframework/data/domain/Sort$Order;)Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljavax/xml/bind/annotation/adapters/XmlAdapter<Lorg/springframework/data/domain/jaxb/SpringDataJaxb$OrderDto;Lorg/springframework/data/domain/Sort$Order;>;
SourceFile: "OrderAdapter.java"
InnerClasses:
  public final Direction = org.springframework.data.domain.Sort$Direction of org.springframework.data.domain.Sort
  public Order = org.springframework.data.domain.Sort$Order of org.springframework.data.domain.Sort
  public OrderDto = org.springframework.data.domain.jaxb.SpringDataJaxb$OrderDto of org.springframework.data.domain.jaxb.SpringDataJaxb