Class SecretPropertiesPropertySource


public class SecretPropertiesPropertySource extends MapPropertySource
MapPropertySource containing secret properties.
Author:
Vincent Nadoll
  • Field Details

  • Constructor Details

    • SecretPropertiesPropertySource

      public SecretPropertiesPropertySource(Map<String,Object> source)
  • Method Details

    • merge

      public static void merge(Map<String,Object> source, MutablePropertySources sources)
      Merges the given source with existing secretProperties and adds them to the end of sources.
      Parameters:
      source - the map to be merged; must not be null
      sources - the collection of property sources to add the source to; must not be null