Package com.kingsrook.qqq.backend.core.model.metadata.variants


package com.kingsrook.qqq.backend.core.model.metadata.variants
  • Class
    Description
    Configs for how a backend that uses variants works.
    interface to be implemented by enums (presumably) that define the possible settings a particular backend type can get from a variant record.
    Utility methods for backends working with Variants.
    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.