Uses of Record Class
eu.cloudnetservice.driver.document.send.element.ArrayElement
Packages that use ArrayElement
Package
Description
-
Uses of ArrayElement in eu.cloudnetservice.driver.document.gson.send
Methods in eu.cloudnetservice.driver.document.gson.send that return ArrayElementModifier and TypeMethodDescriptionprivate static @NonNull ArrayElementGsonDocumentSend.serializeArray(@NonNull String key, @NonNull com.google.gson.JsonArray array) Serialises the given gson json array into an array element.Methods in eu.cloudnetservice.driver.document.gson.send with parameters of type ArrayElementModifier and TypeMethodDescriptionGsonArrayVisitor.visitArray(@NonNull ArrayElement entry) Starts the visit of an array element.GsonObjectVisitor.visitArray(@NonNull ArrayElement entry) Starts the visit of an array element.GsonRootObjectVisitor.visitArray(@NonNull ArrayElement entry) Starts the visit of an array element. -
Uses of ArrayElement in eu.cloudnetservice.driver.document.send
Methods in eu.cloudnetservice.driver.document.send with parameters of type ArrayElementModifier and TypeMethodDescriptionElementVisitor.visitArray(@NonNull ArrayElement entry) Starts the visit of an array element.