Uses of Interface
eu.cloudnetservice.driver.document.send.element.Element
Packages that use Element
Package
Description
-
Uses of Element in eu.cloudnetservice.driver.document
Methods in eu.cloudnetservice.driver.document that return types with arguments of type ElementModifier and TypeMethodDescription@Unmodifiable @NonNull Collection<? extends Element> Document.elements()Get a snapshot of all serialized key-value pairs registered in this document at the moment this method was called. -
Uses of Element in eu.cloudnetservice.driver.document.send.element
Classes in eu.cloudnetservice.driver.document.send.element that implement ElementModifier and TypeClassDescriptionfinal recordAn element that contains multiple sub elements (of any type).final recordRepresents a null value, or in other words a key without a specified value.final recordRepresents an object element.final recordAn element that holds a primitive type as it's inner value (one of byte, short, int, long, float, double, boolean, char).Fields in eu.cloudnetservice.driver.document.send.element with type parameters of type ElementModifier and TypeFieldDescriptionprivate final @NonNull @Unmodifiable Collection<? extends Element> ObjectElement.elementsThe field for theelementsrecord component.private final @NonNull @Unmodifiable Collection<? extends Element> ArrayElement.entriesThe field for theentriesrecord component.Methods in eu.cloudnetservice.driver.document.send.element that return types with arguments of type ElementModifier and TypeMethodDescription@NonNull @Unmodifiable Collection<? extends Element> ObjectElement.elements()Returns the value of theelementsrecord component.@NonNull @Unmodifiable Collection<? extends Element> ArrayElement.entries()Returns the value of theentriesrecord component.Constructor parameters in eu.cloudnetservice.driver.document.send.element with type arguments of type ElementModifierConstructorDescriptionArrayElement(@NonNull String key, @NonNull @Unmodifiable Collection<? extends Element> entries) Creates an instance of aArrayElementrecord class.ObjectElement(@NonNull String key, @NonNull @Unmodifiable Collection<? extends Element> elements) Creates an instance of aObjectElementrecord class.