BindMethod

Configuration property binding methods.

Author

Andy Wilkinson

Since

3.0.8

Entries

Link copied to clipboard

Java Bean using getter/setter binding.

Link copied to clipboard

Value object using constructor binding.

Functions

Link copied to clipboard
open fun valueOf(name: String): BindMethod

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<BindMethod>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.