Class FormatDefinitionStore

java.lang.Object
com.aquima.web.config.FormatDefinitionStore
All Implemented Interfaces:
IFormatDefinitionStore

@Component @RefreshScope public class FormatDefinitionStore extends Object implements IFormatDefinitionStore
This class contains the configuration for value formats and language mappings. Will be removed in the future, because the functionality will be moved to Aquima Studio.
Since:
8.0
Author:
Danny Roest
  • Constructor Details Link icon

    • FormatDefinitionStore Link icon

      @Autowired public FormatDefinitionStore(@Qualifier("languageFormats") LanguageFormats languageFormats)
      Constructs a new FormatDefinitionStore.
      Parameters:
      languageFormats - the properties containing the format definitions
  • Method Details Link icon