Uses of Enum Class
org.springframework.beans.factory.config.YamlProcessor.ResolutionMethod
Packages that use YamlProcessor.ResolutionMethod
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
-
Uses of YamlProcessor.ResolutionMethod in org.springframework.beans.factory.config
Methods in org.springframework.beans.factory.config that return YamlProcessor.ResolutionMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static YamlProcessor.ResolutionMethod[]YamlProcessor.ResolutionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.beans.factory.config with parameters of type YamlProcessor.ResolutionMethodModifier and TypeMethodDescriptionvoidYamlProcessor.setResolutionMethod(YamlProcessor.ResolutionMethod resolutionMethod) Method to use for resolving resources.