Uses of Interface
com.blazebit.query.spi.DataFormatField
Packages that use DataFormatField
Package
Description
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of DataFormatField in com.blazebit.query.spi
Methods in com.blazebit.query.spi that return DataFormatFieldModifier and TypeMethodDescriptionstatic DataFormatField
DataFormatField.of
(String name, DataFormatFieldAccessor accessor, DataFormat format) Creates a new data format field.Methods in com.blazebit.query.spi that return types with arguments of type DataFormatFieldModifier and TypeMethodDescriptionDataFormat.getFields()
Returns the fields encapsulated by this format.Method parameters in com.blazebit.query.spi with type arguments of type DataFormatFieldModifier and TypeMethodDescriptionstatic DataFormat
DataFormat.of
(Type type, List<DataFormatField> fields) Returns a new data format for the given type and fields.