ConfigurableReactiveWebEnvironment

Functions

Link copied to clipboard
abstract fun acceptsProfiles(profiles: Array<String>): Boolean
Link copied to clipboard
abstract fun addActiveProfile(profile: String)
Link copied to clipboard
abstract fun containsProperty(key: String): Boolean
Link copied to clipboard
abstract fun getActiveProfiles(): Array<String>
Link copied to clipboard
Link copied to clipboard
abstract fun getProperty(key: String): String
abstract fun <T> getProperty(key: String, targetType: Class<T>): T
Link copied to clipboard
Link copied to clipboard
abstract fun getRequiredProperty(key: String): String
abstract fun <T> getRequiredProperty(key: String, targetType: Class<T>): T
Link copied to clipboard
Link copied to clipboard
abstract fun getSystemProperties(): Map<String, Any>
Link copied to clipboard
open fun matchesProfiles(profileExpressions: Array<String>): Boolean
Link copied to clipboard
abstract fun merge(parent: ConfigurableEnvironment)
Link copied to clipboard
abstract fun resolvePlaceholders(text: String): String
Link copied to clipboard
Link copied to clipboard
abstract fun setActiveProfiles(profiles: Array<String>)
Link copied to clipboard
abstract fun setConversionService(conversionService: ConfigurableConversionService)
Link copied to clipboard
abstract fun setDefaultProfiles(profiles: Array<String>)
Link copied to clipboard
abstract fun setEscapeCharacter(escapeCharacter: Character)
Link copied to clipboard
abstract fun setIgnoreUnresolvableNestedPlaceholders(ignoreUnresolvableNestedPlaceholders: Boolean)
Link copied to clipboard
abstract fun setPlaceholderPrefix(placeholderPrefix: String)
Link copied to clipboard
abstract fun setPlaceholderSuffix(placeholderSuffix: String)
Link copied to clipboard
abstract fun setRequiredProperties(requiredProperties: Array<String>)
Link copied to clipboard
abstract fun setValueSeparator(valueSeparator: String)
Link copied to clipboard