Class CfEnvProcessorProperties

java.lang.Object
io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties

public class CfEnvProcessorProperties extends Object
Properties describing a CfEnvProcessor, mainly used for better logging messages in CfEnvProcessor.
Author:
Mark Pollack
  • Method Details

    • builder

      public static CfEnvProcessorProperties.Builder builder()
    • getPropertyPrefixes

      public String getPropertyPrefixes()
      A string containing the values of property prefixes that will be set in the process method. Used for logging purposes.
      Returns:
      property prefix values set in the process method
    • getServiceName

      public String getServiceName()
      A name that describes the service being processed, eg. 'Redis', 'MongoDB'. Used for logging purposes.
      Returns:
      name that describes the service being processed