Package org.spongepowered.api.data.persistence
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.data.persistence
-
ClassDescriptionAbstractDataBuilder<T extends DataSerializable>An abstract implementation of
DataBuilderthat pre-defines all of the necessary "content update" implementation required for content versioning.DataBuilder<T extends DataSerializable>Represents a builder that can take aDataContainerand create a new instance of aDataSerializable.Represents a data structure that contains data.Represents a parser for a particular file format allowing reading and writing a DataContainer to/from a stream of the specific format.A pseudo-enum of supportedDataFormats.Represents a query that can be done on views.Represents an object that can be represented by aDataContainer.A compatibility object to translate and translate any type ofObjectthat is not aDataSerializable.Represents an object of data represented by a map.The safety mode of the container.An exception that occurs when aDataBuilderorDataFormatis unable to handle an operation, which can include:DataBuilder.build(DataView),DataFormat.readFrom(InputStream), etc.An exception that occurs when aDataFormatis unable to translate from a particular input.Represents aDataFormatthat reads and writes data from/to a string.