Class PropertyUtils


  • public abstract class PropertyUtils
    extends Object
    • Field Detail

      • BOOTSTRAP_ENABLED_PROPERTY

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

        public static final String USE_LEGACY_PROCESSING_PROPERTY
        Property name for spring boot legacy processing.
        See Also:
        Constant Field Values
      • MARKER_CLASS_EXISTS

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

      • bootstrapEnabled

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

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