Class DefaultConfigurationFactoryFactory<T>

    • Constructor Detail

      • DefaultConfigurationFactoryFactory

        public DefaultConfigurationFactoryFactory()
    • Method Detail

      • configureObjectMapper

        protected com.fasterxml.jackson.databind.ObjectMapper configureObjectMapper​(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Provides additional configuration for the ObjectMapper used to read the configuration. By default DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES is enabled to protect against misconfiguration.
        Parameters:
        objectMapper - template to be configured
        Returns:
        configured object mapper