public class SortAdapter extends XmlAdapter<SpringDataJaxb.SortDto,Sort>
| Modifier and Type | Field and Description |
|---|---|
static SortAdapter |
INSTANCE |
| Constructor and Description |
|---|
SortAdapter() |
| Modifier and Type | Method and Description |
|---|---|
SpringDataJaxb.SortDto |
marshal(Sort source) |
Sort |
unmarshal(SpringDataJaxb.SortDto source) |
public static final SortAdapter INSTANCE
@Nullable public SpringDataJaxb.SortDto marshal(@Nullable Sort source)
marshal in class XmlAdapter<SpringDataJaxb.SortDto,Sort>@Nonnull public Sort unmarshal(@Nullable SpringDataJaxb.SortDto source)
unmarshal in class XmlAdapter<SpringDataJaxb.SortDto,Sort>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.