Uses of Enum Class
org.springframework.boot.context.properties.bind.BindMethod
Packages that use BindMethod
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of BindMethod in org.springframework.boot.context.properties.bind
Methods in org.springframework.boot.context.properties.bind that return BindMethodModifier and TypeMethodDescriptionBindable.getBindMethod()
Returns themethod
to be used to bind this bindable, ornull
if no specific binding method is required.static BindMethod
Returns the enum constant of this class with the specified name.static BindMethod[]
BindMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.context.properties.bind with parameters of type BindMethodModifier and TypeMethodDescriptionBindable.withBindMethod
(BindMethod bindMethod) Create an updatedBindable
instance with a specific bind method.