public enum RefreshBehavior extends Enum<RefreshBehavior>
| Enum Constant and Description |
|---|
ALL_BEANS
Refresh all
ConfigurationPropertiesBeans. |
SPECIFIC_BEAN
Refresh specific
ConfigurationPropertiesBean base on change key. |
| Modifier and Type | Method and Description |
|---|---|
static RefreshBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefreshBehavior ALL_BEANS
ConfigurationPropertiesBeans.public static final RefreshBehavior SPECIFIC_BEAN
ConfigurationPropertiesBean base on change key.public static RefreshBehavior[] values()
for (RefreshBehavior c : RefreshBehavior.values()) System.out.println(c);
public static RefreshBehavior valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 Pivotal Software, Inc.. All rights reserved.