public class DefaultConfigurationContextBuilder extends Object implements ConfigurationContextBuilder
ConfigurationContextBuilder.| Constructor and Description |
|---|
DefaultConfigurationContextBuilder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyFilters, addPropertySources, removePropertyFilters, removePropertySourcespublic ConfigurationContextBuilder setContext(ConfigurationContext context)
setContext in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertySources(Collection<PropertySource> propertySourcesToAdd)
addPropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertySources(Collection<String> propertySourcesToRemove)
removePropertySources in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder addPropertyFilters(Collection<PropertyFilter> filters)
addPropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyFilters(java.util.function.Predicate<PropertyFilter> selector)
removePropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertyFilters(Collection<PropertyFilter> filters)
removePropertyFilters in interface ConfigurationContextBuilderpublic ConfigurationContextBuilder removePropertySources(java.util.function.Predicate<PropertySource> selector)
removePropertySources 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.