HoconConfigurationFactoryFactory

class HoconConfigurationFactoryFactory<T> @Inject constructor(val configLoader: ConfigLoader) : ConfigurationFactoryFactory<T>

Bootstrap hook to allow dropwizard config to be provided by a HoconConfigurationFactory

Constructors

Link copied to clipboard
@Inject
fun HoconConfigurationFactoryFactory(configLoader: ConfigLoader)

Functions

Link copied to clipboard
open override fun create(klass: Class<T>, validator: Validator, objectMapper: ObjectMapper, propertyPrefix: String): ConfigurationFactory<T>

Properties

Link copied to clipboard
val configLoader: ConfigLoader