| BaseConfigurationFactory | BaseConfigurationFactory | |||
|---|---|---|---|---|
| Compiled from "BaseConfigurationFactory.java" | Compiled from "BaseConfigurationFactory.java" | |||
| public abstract class io.dropwizard.configuration.BaseConfigurationFactory< T> implements io.dropwizard.configuration.ConfigurationFactory<T> { | public abstract class io.dropwizard.configuration.BaseConfigurationFactory< T> implements io.dropwizard.configuration.ConfigurationFactory<T> { | |||
| protected final com.fasterxml.jackson.databind.ObjectMapper mapper; | protected final com.fasterxml.jackson.databind.ObjectMapper mapper; | |||
| protected io.dropwizard.configuration.BaseConfigurationFactory(com.faster xml.jackson.core.JsonFactory, java.lang.String, java.lang.Class<T>, javax.v alidation.Validator, com.fasterxml.jackson.databind.ObjectMapper, java.lang .String); | protected io.dropwizard.configuration.BaseConfigurationFactory(com.faster xml.jackson.core.JsonFactory, java.lang.String, java.lang.Class<T>, jakarta .validation.Validator, com.fasterxml.jackson.databind.ObjectMapper, java.la ng.String); | |||
| public T build(io.dropwizard.configuration.ConfigurationSourceProvider, j ava.lang.String) throws java.io.IOException, io.dropwizard.configuration.Co nfigurationException; | public T build(io.dropwizard.configuration.ConfigurationSourceProvider, j ava.lang.String) throws java.io.IOException, io.dropwizard.configuration.Co nfigurationException; | |||
| protected com.fasterxml.jackson.core.JsonParser createParser(java.io.Inpu tStream) throws java.io.IOException; | protected com.fasterxml.jackson.core.JsonParser createParser(java.io.Inpu tStream) throws java.io.IOException; | |||
| public T build() throws java.io.IOException, io.dropwizard.configuration. ConfigurationException; | public T build() throws java.io.IOException, io.dropwizard.configuration. ConfigurationException; | |||
| protected T build(com.fasterxml.jackson.databind.JsonNode, java.lang.Stri ng) throws java.io.IOException, io.dropwizard.configuration.ConfigurationEx ception; | protected T build(com.fasterxml.jackson.databind.JsonNode, java.lang.Stri ng) throws java.io.IOException, io.dropwizard.configuration.ConfigurationEx ception; | |||
| protected void addOverride(com.fasterxml.jackson.databind.JsonNode, java. lang.String, java.lang.String); | protected void addOverride(com.fasterxml.jackson.databind.JsonNode, java. lang.String, java.lang.String); | |||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/  | ||||