Class ConfigurationServiceImpl

java.lang.Object
org.nuxeo.runtime.model.DefaultComponent
org.nuxeo.runtime.services.config.ConfigurationServiceImpl
All Implemented Interfaces:
Adaptable, Component, Extensible, TimestampedService, ConfigurationService

public class ConfigurationServiceImpl extends DefaultComponent implements ConfigurationService
Since:
7.4
  • Field Details

    • log

      protected static final org.apache.logging.log4j.Logger log
    • CONFIGURATION_EP

      public static final String CONFIGURATION_EP
      See Also:
    • PROPERTIES_MAPPER

      protected static final com.fasterxml.jackson.dataformat.javaprop.JavaPropsMapper PROPERTIES_MAPPER
    • OBJECT_MAPPER

      protected static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
    • descriptors

      protected volatile Map<String,ConfigurationPropertyDescriptor> descriptors
      XXX remove once we are able to get such a cached map from DefaultComponent
      Since:
      10.3
  • Constructor Details

    • ConfigurationServiceImpl

      public ConfigurationServiceImpl()
  • Method Details