HoconPropertySourceLoaderImpl

class HoconPropertySourceLoaderImpl : PropertySourceLoader, Ordered

Functions

Link copied to clipboard
open fun getExtensions(): MutableSet<String>
Link copied to clipboard
open fun getOrder(): Int
Link copied to clipboard
open fun isEnabled(): Boolean
Link copied to clipboard
open override fun load(environment: Environment): Optional<PropertySource>
open override fun load(resourceName: String?, resourceLoader: ResourceLoader?): Optional<PropertySource>
Link copied to clipboard
open override fun loadEnv(resourceName: String?, resourceLoader: ResourceLoader?, activeEnvironment: ActiveEnvironment?): Optional<PropertySource>
Link copied to clipboard
open override fun read(name: String?, input: InputStream?): MutableMap<String, Any>
open fun read(name: String, bytes: ByteArray): MutableMap<String, Any>