@Deprecated public class DocumentsMarshallingStrategy extends AbstractDocumentCollectionMarshallingStrategy
ObjectMarshallingStrategy
for a collection (List) of Documents
.
* @deprecated This class is deprecated because the deprecation of Documents
class. Please use the
DocumentCollectionImplMarshallingStrategy
to marshal and unmarshal a collection of DocumentCollectionImpl
.Constructor and Description |
---|
DocumentsMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Object o)
Deprecated.
|
DocumentCollection<Document> |
buildDocumentCollection()
Deprecated.
|
createContext, marshal, read, unmarshal, write
public DocumentsMarshallingStrategy(DocumentMarshallingStrategy docMarshallingStrategy)
public boolean accept(Object o)
public DocumentCollection<Document> buildDocumentCollection()
buildDocumentCollection
in class AbstractDocumentCollectionMarshallingStrategy
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.