Uses of Enum Class
org.springframework.boot.context.properties.bind.BindMethod
Package
Description
Support for
@ConfigurationProperties
binding.-
Uses of BindMethod in org.springframework.boot.context.properties.bind
Modifier 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.Modifier and TypeMethodDescriptionBindable.withBindMethod
(BindMethod bindMethod) Create an updatedBindable
instance with a specifc bind method.