Uses of Interface
com.blazebit.query.spi.DataFetcherConfig
Packages that use DataFetcherConfig
Package
Description
SPI for implementers of the Blaze-Query API of extension providers.
-
Uses of DataFetcherConfig in com.blazebit.query.spi
Methods in com.blazebit.query.spi that return DataFetcherConfigModifier and TypeMethodDescriptionstatic <T> DataFetcherConfig<T>
DataFetcherConfig.forPropertyName
(String propertyName) Creates a new DataFetcherConfig object, that looks up a value inDataFetchContext
by the given property name.