Uses of Class
io.fluxzero.common.api.Data
Packages that use Data
Package
Description
-
Uses of Data in io.fluxzero.common.api
Methods in io.fluxzero.common.api that return DataModifier and TypeMethodDescriptionData.data()Returns this instance (forSerializedObjectcompatibility).Data<byte[]> SerializedMessage.data()SerializedObject.data()Returns the serialized payload held by this object.<M> Data<M> Data.map(ThrowingFunction<T, M> mapper) Transforms the value using a custom mapping function, while preserving serialization metadata.Replaces this instance with anotherDataobject.Methods in io.fluxzero.common.api with parameters of type DataModifier and TypeMethodDescriptionReplaces this instance with anotherDataobject.Returns a newSerializedObjectwith the given data object.Constructors in io.fluxzero.common.api with parameters of type DataModifierConstructorDescriptionSerializedMessage(Data<byte[]> data, Metadata metadata, String messageId, Long timestamp) -
Uses of Data in io.fluxzero.common.api.search
Methods in io.fluxzero.common.api.search that return DataModifier and TypeMethodDescriptionData<byte[]> SerializedDocument.getDocument()Returns the serialized representation of the document.Constructors in io.fluxzero.common.api.search with parameters of type DataModifierConstructorDescriptionSerializedDocument(String id, Long timestamp, Long end, String collection, Data<byte[]> document, String summary, Set<FacetEntry> facets, Set<SortableEntry> indexes) Constructs a new instance of the SerializedDocument class with the specified parameters. -
Uses of Data in io.fluxzero.common.search
Methods in io.fluxzero.common.search that return DataModifier and TypeMethodDescriptionData<com.fasterxml.jackson.databind.JsonNode> Data<?> JacksonInverter.convertFormat(Data<byte[]> data) protected Data<com.fasterxml.jackson.databind.JsonNode> Data<byte[]> protected Data<com.fasterxml.jackson.databind.JsonNode> JacksonInverter.toJsonData(com.fasterxml.jackson.databind.JsonNode node, Data<byte[]> data) Methods in io.fluxzero.common.search with parameters of type DataModifier and TypeMethodDescriptionbooleanDefaultDocumentSerializer.canDeserialize(Data<byte[]> data) Checks whether the givenDataobject is in a format that this serializer can deserialize.Data<com.fasterxml.jackson.databind.JsonNode> Data<?> JacksonInverter.convertFormat(Data<byte[]> data) DefaultDocumentSerializer.deserialize(Data<byte[]> document) protected Data<com.fasterxml.jackson.databind.JsonNode> protected Data<com.fasterxml.jackson.databind.JsonNode> JacksonInverter.toJsonData(com.fasterxml.jackson.databind.JsonNode node, Data<byte[]> data) -
Uses of Data in io.fluxzero.common.serialization
Methods in io.fluxzero.common.serialization that return DataModifier and TypeMethodDescriptiondefault Data<?> Converter.convertFormat(Data<I> data) Optionally converts the structure or format (e.g.: application/json) of the input data without modifying its core content.Methods in io.fluxzero.common.serialization with parameters of type DataModifier and TypeMethodDescriptiondefault Data<?> Converter.convertFormat(Data<I> data) Optionally converts the structure or format (e.g.: application/json) of the input data without modifying its core content.