public abstract class Guards
extends java.lang.Object
Environment
Environment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPRING_CLOUD_BOOT_BINDINGS_ENABLED_PROPERTY |
static java.lang.String |
SPRING_CLOUD_BOOT_BINDINGS_TYPE_ENABLED_PROPERTY |
Constructor and Description |
---|
Guards() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isGlobalEnabled(org.springframework.core.env.Environment environment) |
static boolean |
isTypeEnabled(org.springframework.core.env.Environment environment,
java.lang.String type) |
public static final java.lang.String SPRING_CLOUD_BOOT_BINDINGS_ENABLED_PROPERTY
public static final java.lang.String SPRING_CLOUD_BOOT_BINDINGS_TYPE_ENABLED_PROPERTY