Uses of Interface
com.blazebit.query.spi.DataFormat
Packages that use DataFormat
Package
Description
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of DataFormat in com.blazebit.query.spi
Subinterfaces of DataFormat in com.blazebit.query.spiModifier and TypeInterfaceDescriptioninterface
An object that describes the data format of a collection type.interface
An object that describes the data format of a map type.Methods in com.blazebit.query.spi that return DataFormatModifier and TypeMethodDescriptionstatic DataFormat
Returns a new enum data format for the given type.DataFetcher.getDataFormat()
Returns the data format of the fetched data.CollectionDataFormat.getElementFormat()
Returns the format of the collection element.MapDataFormat.getElementFormat()
Returns the format of the map element.DataFormatField.getFormat()
Returns the format of the field type.MapDataFormat.getKeyFormat()
Returns the format of the map key.static DataFormat
DataFormat.of
(Type type, List<DataFormatField> fields) Returns a new data format for the given type and fields.Methods in com.blazebit.query.spi with parameters of type DataFormatModifier and TypeMethodDescriptionstatic CollectionDataFormat
CollectionDataFormat.of
(Type type, DataFormat elementFormat) Returns a new collection data format.static DataFormatField
DataFormatField.of
(String name, DataFormatFieldAccessor accessor, DataFormat format) Creates a new data format field.static MapDataFormat
MapDataFormat.of
(Type type, DataFormat keyFormat, DataFormat elementFormat) Returns a new map data format.