UserConfigurations

Configurations representing user-defined @Configuration classes (i.e. those defined in classes usually written by the user).

Author

Phillip Webb

Since

2.0.0

Properties

Link copied to clipboard
val HIGHEST_PRECEDENCE: Int = -2147483648
Link copied to clipboard
val LOWEST_PRECEDENCE: Int = 2147483647

Functions

Link copied to clipboard
open fun getClasses(configurations: Collection<Configurations>): Array<Class<out Any>>
open fun getClasses(configurations: Array<Configurations>): Array<Class<out Any>>
Return the classes from all the specified configurations in the order that they would be registered.
Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard
open fun of(classes: Array<Class<out Any>>): UserConfigurations