Package io.pivotal.cfenv.spring.boot
Class CfEnvProcessorProperties
java.lang.Object
io.pivotal.cfenv.spring.boot.CfEnvProcessorProperties
Properties describing a CfEnvProcessor, mainly used for better logging messages in
CfEnvProcessor.- Author:
- Mark Pollack
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()A string containing the values of property prefixes that will be set in theprocessmethod.A name that describes the service being processed, eg.
-
Method Details
-
builder
-
getPropertyPrefixes
A string containing the values of property prefixes that will be set in theprocessmethod. Used for logging purposes.- Returns:
- property prefix values set in the
processmethod
-
getServiceName
A name that describes the service being processed, eg. 'Redis', 'MongoDB'. Used for logging purposes.- Returns:
- name that describes the service being processed
-