Uses of Interface
eu.cloudnetservice.driver.document.send.DocumentSend
Packages that use DocumentSend
Package
Description
-
Uses of DocumentSend in eu.cloudnetservice.driver.document
Methods in eu.cloudnetservice.driver.document that return DocumentSendModifier and TypeMethodDescriptionDocument.send()Converts this document into a version that can be cross-handled by other document implementations.Methods in eu.cloudnetservice.driver.document with parameters of type DocumentSendModifier and TypeMethodDescriptionDocument.Mutable.receive(@NonNull DocumentSend send) Receives the given document send into this document.DocumentFactory.receive(@NonNull DocumentSend send) Receives the given document send into a new, completely empty document. -
Uses of DocumentSend in eu.cloudnetservice.driver.document.empty
Classes in eu.cloudnetservice.driver.document.empty that implement DocumentSendModifier and TypeClassDescription(package private) final classA document send implementation that contains nothing.Fields in eu.cloudnetservice.driver.document.empty declared as DocumentSendModifier and TypeFieldDescriptionstatic final DocumentSendEmptyDocumentSend.INSTANCEThe singleton instance of this document send implementation.Methods in eu.cloudnetservice.driver.document.empty that return DocumentSendModifier and TypeMethodDescriptionEmptyDocument.send()Converts this document into a version that can be cross-handled by other document implementations.Methods in eu.cloudnetservice.driver.document.empty with parameters of type DocumentSendModifier and TypeMethodDescriptionEmptyDocument.receive(@NonNull DocumentSend send) Receives the given document send into this document.EmptyDocumentFactory.receive(@NonNull DocumentSend send) Receives the given document send into a new, completely empty document. -
Uses of DocumentSend in eu.cloudnetservice.driver.document.gson
Methods in eu.cloudnetservice.driver.document.gson that return DocumentSendModifier and TypeMethodDescriptionImmutableGsonDocument.send()Converts this document into a version that can be cross-handled by other document implementations.Methods in eu.cloudnetservice.driver.document.gson with parameters of type DocumentSendModifier and TypeMethodDescriptionGsonDocumentFactory.receive(@NonNull DocumentSend send) Receives the given document send into a new, completely empty document.MutableGsonDocument.receive(@NonNull DocumentSend send) Receives the given document send into this document. -
Uses of DocumentSend in eu.cloudnetservice.driver.document.gson.send
Classes in eu.cloudnetservice.driver.document.gson.send that implement DocumentSendModifier and TypeClassDescriptionfinal recordAn implementation of a document send specifically made for gson.Methods in eu.cloudnetservice.driver.document.gson.send that return DocumentSendModifier and TypeMethodDescriptionstatic @NonNull DocumentSendGsonDocumentSend.fromJsonObject(@NonNull com.google.gson.JsonObject object) Constructs a document send instance from the given gson json object.