|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<YamlProcessor.ResolutionMethod>
org.springframework.boot.config.YamlProcessor.ResolutionMethod
public static enum YamlProcessor.ResolutionMethod
Resolution methods.
| Enum Constant Summary | |
|---|---|
FIRST_FOUND
Take the first resource in the list that exists and use just that. |
|
OVERRIDE
Replace values from earlier in the list. |
|
OVERRIDE_AND_IGNORE
Replace values from earlier in the list, ignoring any failures. |
|
| Method Summary | |
|---|---|
static YamlProcessor.ResolutionMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static YamlProcessor.ResolutionMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final YamlProcessor.ResolutionMethod OVERRIDE
public static final YamlProcessor.ResolutionMethod OVERRIDE_AND_IGNORE
public static final YamlProcessor.ResolutionMethod FIRST_FOUND
| Method Detail |
|---|
public static YamlProcessor.ResolutionMethod[] values()
for (YamlProcessor.ResolutionMethod c : YamlProcessor.ResolutionMethod.values()) System.out.println(c);
public static YamlProcessor.ResolutionMethod valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||