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
Subclasses with type arguments of type YamlProcessor.ResolutionMethod in org.springframework.beans.factory.configModifier and TypeClassDescriptionstatic enumMethod to use for resolving resources.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.