public abstract class PropertyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOOTSTRAP_ENABLED_PROPERTY
Property name for checking if bootstrap is enabled.
|
static String |
MARKER_CLASS
Property name for bootstrap marker class name.
|
static boolean |
MARKER_CLASS_EXISTS
Boolean if bootstrap marker class exists.
|
static String |
USE_LEGACY_PROCESSING_PROPERTY
Property name for spring boot legacy processing.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
bootstrapEnabled(org.springframework.core.env.Environment environment) |
static boolean |
useLegacyProcessing(org.springframework.core.env.Environment environment) |
public static final String BOOTSTRAP_ENABLED_PROPERTY
public static final String USE_LEGACY_PROCESSING_PROPERTY
public static final String MARKER_CLASS
public static final boolean MARKER_CLASS_EXISTS
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.