Package | Description |
---|---|
org.springframework.beans.factory.config |
SPI interfaces and configuration-related convenience classes for bean factories.
|
Modifier and Type | Method and Description |
---|---|
static YamlProcessor.ResolutionMethod |
YamlProcessor.ResolutionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlProcessor.ResolutionMethod[] |
YamlProcessor.ResolutionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
YamlProcessor.setResolutionMethod(YamlProcessor.ResolutionMethod resolutionMethod)
Method to use for resolving resources.
|