Uses of Class
com.impossibl.postgres.system.Setting.Group
-
Packages that use Setting.Group Package Description com.impossibl.postgres.jdbc com.impossibl.postgres.system -
-
Uses of Setting.Group in com.impossibl.postgres.jdbc
Fields in com.impossibl.postgres.jdbc declared as Setting.Group Modifier and Type Field Description static Setting.GroupJDBCSettings. CLIENT_INFOstatic Setting.GroupDataSourceSettings. DSstatic Setting.GroupJDBCSettings. JDBC -
Uses of Setting.Group in com.impossibl.postgres.system
Fields in com.impossibl.postgres.system declared as Setting.Group Modifier and Type Field Description static Setting.GroupSystemSettings. PROTOstatic Setting.GroupSystemSettings. SERVERstatic Setting.GroupSystemSettings. SYSMethods in com.impossibl.postgres.system that return Setting.Group Modifier and Type Method Description static Setting.GroupSetting.Group. declare()Forward declare a group that will be initialized by annotation processing.Setting.GroupSetting. getGroup()Retrieve the setting's groupMethods in com.impossibl.postgres.system that return types with arguments of type Setting.Group Modifier and Type Method Description static Map<String,Setting.Group>Setting.Group. getAll()Name base map of all defined setting groupsMethods in com.impossibl.postgres.system with parameters of type Setting.Group Modifier and Type Method Description SettingsSettings. duplicateKnowing(Setting.Group... groups)Duplicates the bag of settings knowing settings from the specified groupsConstructors in com.impossibl.postgres.system with parameters of type Setting.Group Constructor Description Setting(Setting.Group group, String description, Class<T> type, Supplier<String> dynamicDefaultSupplier, Setting.Converter<T> fromString, Function<T,String> toString, String[] names)Constructs a new setting instance with a dynamic default value and without support via the annotation processor.Setting(Setting.Group group, String description, Class<T> type, T defaultValue, Setting.Converter<T> fromString, Function<T,String> toString, String[] names)Constructs a new setting instance with a static default value and without support via the annotation processor.Settings(Setting.Group... groups)Creates a bag of settings that recognizes only settings from the provided groups.
-