ConstructorBound

abstract class ConstructorBound

Helper class to programmatically bind configuration properties that use constructor injection.

Author

Stephane Nicoll

Since

3.0.0

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun from(beanFactory: BeanFactory, beanName: String, beanType: Class<out Any>): Any
Create an immutable ConfigurationProperties instance for the specified beanName and beanType using the specified BeanFactory.