-
class
A generic factory class for loading configuration files, binding them to configuration objects, and
validating their constraints.
class
A factory class for loading JSON configuration files, binding them to configuration objects, and
validating their constraints.
class
A factory class for loading YAML configuration files, binding them to configuration objects, and
validating their constraints.
ConfigurationFactoryFactory.create(Class<T> klass,
jakarta.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String propertyPrefix)
Creates a new configuration factory for the given class.
DefaultConfigurationFactoryFactory.create(Class<T> klass,
jakarta.validation.Validator validator,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
String propertyPrefix)