EnableConfigurationProperties

Enable support for @ConfigurationProperties annotated beans. @ConfigurationProperties beans can be registered in the standard way (for example using @Bean methods) or, for convenience, can be specified directly on this annotation.

Author

Dave Syer

Since

1.0.0

Properties

Link copied to clipboard
val VALIDATOR_BEAN_NAME: String = "configurationPropertiesValidator"
The bean name of the configuration properties validator.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): Array<Class<out Any>>
Convenient way to quickly register @ConfigurationProperties annotated beans with Spring.