public interface DocumentTransformer
| Modifier and Type | Method and Description |
|---|---|
Document |
transform(Document document)
Transforms a provided document.
|
default List<Document> |
transformAll(List<Document> documents)
Transforms all the provided documents.
|
Document transform(Document document)
document - The document to be transformed.default List<Document> transformAll(List<Document> documents)
documents - A list of documents to be transformed.Copyright © 2023. All rights reserved.