public class DefaultConfigurationContextBuilder extends Object implements ConfigurationContextBuilder
ConfigurationContextBuilder.| Constructor and Description |
|---|
DefaultConfigurationContextBuilder() |
public ConfigurationContextBuilder setContext(ConfigurationContext context)
setContext in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertySources(Collection<PropertySource> propertySourcesToAdd)
addPropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertySources(PropertySource... propertySourcesToAdd)
addPropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertySources(Collection<String> propertySourcesToRemove)
removePropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertySources(String... propertySourcesToRemove)
removePropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertyFilters(Collection<PropertyFilter> filters)
addPropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertyFilters(PropertyFilter... filters)
addPropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyFilters(Collection<PropertyFilter> filters)
removePropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyFilters(PropertyFilter... filters)
removePropertyFilters in interface ConfigurationContextBuilderpublic <T> ConfigurationContextBuilder addPropertyConverter(TypeLiteral<T> typeToConvert, PropertyConverter<T> propertyConverter)
addPropertyConverter in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyConverters(TypeLiteral<?> typeToConvert, PropertyConverter<?>... converters)
removePropertyConverters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyConverters(TypeLiteral<?> typeToConvert, Collection<PropertyConverter<?>> converters)
removePropertyConverters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder setPropertyValueCombinationPolicy(PropertyValueCombinationPolicy policy)
setPropertyValueCombinationPolicy in interface ConfigurationContextBuilderpublic ConfigurationContext build()
build in interface ConfigurationContextBuilderCopyright © 2014–2015 Apache Software Foundation. All rights reserved.