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 TypeClassDescriptionenum
temporary 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 TypeMethodDescriptionvoid
BackendVariantsConfig.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.module.api.model.metadata
Classes in com.kingsrook.qqq.backend.module.api.model.metadata that implement BackendVariantSettingModifier and TypeClassDescriptionenum
settings 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