Class NativeEnvironmentProperties

java.lang.Object
org.springframework.cloud.config.server.environment.NativeEnvironmentProperties
All Implemented Interfaces:
EnvironmentRepositoryProperties

@ConfigurationProperties("spring.cloud.config.server.native") public class NativeEnvironmentProperties extends Object implements EnvironmentRepositoryProperties
Author:
Dylan Roberts
  • Constructor Details

    • NativeEnvironmentProperties

      public NativeEnvironmentProperties()
  • Method Details

    • getFailOnError

      public Boolean getFailOnError()
    • setFailOnError

      public void setFailOnError(Boolean failOnError)
    • getAddLabelLocations

      public Boolean getAddLabelLocations()
    • setAddLabelLocations

      public void setAddLabelLocations(Boolean addLabelLocations)
    • getDefaultLabel

      public String getDefaultLabel()
    • setDefaultLabel

      public void setDefaultLabel(String defaultLabel)
    • getSearchLocations

      public String[] getSearchLocations()
    • setSearchLocations

      public void setSearchLocations(String[] searchLocations)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getOrder

      public int getOrder()
    • setOrder

      public void setOrder(int order)
      Specified by:
      setOrder in interface EnvironmentRepositoryProperties