public abstract class SpringDataJaxb extends ObjectSE
XmlAdapterSE および JAXB によってマーシャリングされる DTO 型を実装するユーティリティメソッドを含むヘルパークラス。| 修飾子と型 | クラスと説明 |
|---|---|
static class | SpringDataJaxb.OrderDtoSort.Order の DTO。 |
static class | SpringDataJaxb.PageDtoPage の DTO。 |
static class | SpringDataJaxb.PageRequestDtoPageable/PageRequest の DTO。 |
static class | SpringDataJaxb.SortDtoSort の DTO。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T,S> ListSE<S> | marshal(IterableSE<T> source, XmlAdapterSE<S,T> adapter) 指定された XmlAdapterSE を使用して、指定された IterableSE の各要素をマーシャリングします。 |
static <T,S> ListSE<T> | unmarshal(CollectionSE<S> source, XmlAdapterSE<S,T> adapter) 指定された XmlAdapterSE を使用して、指定された CollectionSE の各要素を非整列化します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static <T,S> ListSE<T> unmarshal(CollectionSE<S> source, XmlAdapterSE<S,T> adapter)
XmlAdapterSE を使用して、指定された CollectionSE の各要素を非整列化します。source -adapter - null であってはなりません。ExceptionSEpublic static <T,S> ListSE<S> marshal(@Nullable IterableSE<T> source, XmlAdapterSE<S,T> adapter)
XmlAdapterSE を使用して、指定された IterableSE の各要素をマーシャリングします。source -adapter - null であってはなりません。ExceptionSECopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.