Interface ConfigurationManagementSettings


@ProviderType public interface ConfigurationManagementSettings
Settings for reading and writing configurations.
  • Method Details

    • getIgnoredPropertyNames

      Set<String> getIgnoredPropertyNames(Set<String> propertyNames)
      Detects property names that should be ignored/filtered out when reading or writing configuration data properties.
      Parameters:
      propertyNames - Existing property names to evaluate.
      Returns:
      Property names that should be ignored/filtered out from the given set of property names.
    • getConfigCollectionPropertiesResourceNames

      Collection<String> getConfigCollectionPropertiesResourceNames()
      Returns:
      Config collection parent properties resource names.