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