Class PropertyUtils

java.lang.Object
org.springframework.cloud.util.PropertyUtils

public abstract class PropertyUtils extends Object
  • Field Details

    • BOOTSTRAP_ENABLED_PROPERTY

      public static final String BOOTSTRAP_ENABLED_PROPERTY
      Property name for checking if bootstrap is enabled.
      See Also:
    • USE_LEGACY_PROCESSING_PROPERTY

      public static final String USE_LEGACY_PROCESSING_PROPERTY
      Property name for spring boot legacy processing.
      See Also:
    • MARKER_CLASS

      public static final String MARKER_CLASS
      Property name for bootstrap marker class name.
      See Also:
    • MARKER_CLASS_EXISTS

      public static final boolean MARKER_CLASS_EXISTS
      Boolean if bootstrap marker class exists.
  • Method Details

    • bootstrapEnabled

      public static boolean bootstrapEnabled(org.springframework.core.env.Environment environment)
    • useLegacyProcessing

      public static boolean useLegacyProcessing(org.springframework.core.env.Environment environment)