All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.configuration.ConfigurationFactoryFactory Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
package io.dropwizard.configuration;

import com.fasterxml.jackson.databind.ObjectMapper;

import javax.validation.Validator;

public interface ConfigurationFactoryFactory {
    ConfigurationFactory create(Class klass,
            Validator validator,
            ObjectMapper objectMapper,
            String propertyPrefix);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy