Uses of Class
net.obvj.confectory.DataFetchStrategy
-
Packages that use DataFetchStrategy Package Description net.obvj.confectory The main package.net.obvj.confectory.settings Classes for settings that are particularly related to the Confectory project. -
-
Uses of DataFetchStrategy in net.obvj.confectory
Methods in net.obvj.confectory that return DataFetchStrategy Modifier and Type Method Description DataFetchStrategyConfigurationContainer. getDataFetchStrategy()Returns theDataFetchStrategyassociated with this container.static DataFetchStrategyDataFetchStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static DataFetchStrategy[]DataFetchStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.obvj.confectory with parameters of type DataFetchStrategy Modifier and Type Method Description voidConfigurationContainer. setDataFetchStrategy(DataFetchStrategy strategy)Defines a customDataFetchStrategyfor this container.Constructors in net.obvj.confectory with parameters of type DataFetchStrategy Constructor Description ConfigurationContainer(DataFetchStrategy dataFetchStrategy, Configuration<?>... configs)Builds a newConfigurationContainerwith a customDataFetchStrategyand an arbitrary number of presetConfigurationobjects.TypeSafeConfigurationContainer(DataFetchStrategy dataFetchStrategy, Configuration<?>... configs)Builds a newTypeSageConfigurationContainerwith a customDataFetchStrategyand an arbitrary number of presetConfigurationobjects. -
Uses of DataFetchStrategy in net.obvj.confectory.settings
Methods in net.obvj.confectory.settings that return DataFetchStrategy Modifier and Type Method Description DataFetchStrategyConfectorySettings. getDataFetchStrategy()Returns theDataFetchStrategyto be applied by default when no specific strategy is defined.Methods in net.obvj.confectory.settings with parameters of type DataFetchStrategy Modifier and Type Method Description voidConfectorySettings. setDataFetchStrategy(DataFetchStrategy strategy)Defines theDataFetchStrategyto be applied by default when no specific strategy is defined.
-