Uses of Interface
com.kingsrook.qqq.backend.core.model.metadata.variants.BackendVariantSetting
Packages that use BackendVariantSetting
Package
Description
-
Uses of BackendVariantSetting in com.kingsrook.qqq.backend.core.model.metadata.variants
Classes in com.kingsrook.qqq.backend.core.model.metadata.variants that implement BackendVariantSettingModifier and TypeClassDescriptionenumtemporary class, while we migrate from original way that variants were set up e.g., by calling 'variantOptionsTableUsernameField', to the new way, using the BackendVariantsConfig which uses a map of enum constants.Methods in com.kingsrook.qqq.backend.core.model.metadata.variants that return types with arguments of type BackendVariantSettingModifier and TypeMethodDescriptionBackendVariantsConfig.getBackendSettingSourceFieldNameMap()Getter for backendSettingSourceFieldNameMapMethods in com.kingsrook.qqq.backend.core.model.metadata.variants with parameters of type BackendVariantSettingModifier and TypeMethodDescriptionBackendVariantsConfig.withBackendSettingSourceFieldName(BackendVariantSetting backendVariantSetting, String sourceFieldName) Fluent setter for backendSettingSourceFieldNameMapMethod parameters in com.kingsrook.qqq.backend.core.model.metadata.variants with type arguments of type BackendVariantSettingModifier and TypeMethodDescriptionvoidBackendVariantsConfig.setBackendSettingSourceFieldNameMap(Map<BackendVariantSetting, String> backendSettingSourceFieldNameMap) Setter for backendSettingSourceFieldNameMapBackendVariantsConfig.withBackendSettingSourceFieldNameMap(Map<BackendVariantSetting, String> backendSettingSourceFieldNameMap) Fluent setter for backendSettingSourceFieldNameMap -
Uses of BackendVariantSetting in com.kingsrook.qqq.backend.core.modules.backend.implementations.memory
Classes in com.kingsrook.qqq.backend.core.modules.backend.implementations.memory that implement BackendVariantSettingModifier and TypeClassDescriptionenumsince some settings are required for a variant, if you're using memory backend with variants, this is a setting you can use. -
Uses of BackendVariantSetting in com.kingsrook.qqq.backend.module.api.model.metadata
Classes in com.kingsrook.qqq.backend.module.api.model.metadata that implement BackendVariantSettingModifier and TypeClassDescriptionenumsettings that the API backend module can get from a backend variant. -
Uses of BackendVariantSetting in com.kingsrook.qqq.backend.module.filesystem.sftp.model.metadata
Classes in com.kingsrook.qqq.backend.module.filesystem.sftp.model.metadata that implement BackendVariantSetting