Modifier and Type | Method and Description |
---|---|
BackendImplementor<?> |
BackendFactory.create(String name,
BackendBuildContext context,
ConfigurationPropertySource propertySource) |
IndexManagerBuilder<D> |
BackendImplementor.createIndexManagerBuilder(String indexName,
boolean multiTenancyEnabled,
BackendBuildContext context,
ConfigurationPropertySource propertySource) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationPropertySource |
ConfigurationPropertySource.empty() |
static ConfigurationPropertySource |
ConfigurationPropertySource.fromProperties(Properties properties) |
default ConfigurationPropertySource |
ConfigurationPropertySource.withFallback(ConfigurationPropertySource fallback)
Create a new configuration source which falls back to another source when a property is missing in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withMask(String mask) |
default ConfigurationPropertySource |
ConfigurationPropertySource.withOverride(ConfigurationPropertySource override)
Create a new configuration source which overrides the properties defined in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withPrefix(String prefix) |
Modifier and Type | Method and Description |
---|---|
default ConfigurationPropertySource |
ConfigurationPropertySource.withFallback(ConfigurationPropertySource fallback)
Create a new configuration source which falls back to another source when a property is missing in this source.
|
default ConfigurationPropertySource |
ConfigurationPropertySource.withOverride(ConfigurationPropertySource override)
Create a new configuration source which overrides the properties defined in this source.
|
Modifier and Type | Class and Description |
---|---|
class |
UnusedPropertyTrackingConfigurationPropertySource |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationProperty.get(ConfigurationPropertySource source) |
Optional<String> |
ConfigurationProperty.resolve(ConfigurationPropertySource source) |
String |
ConfigurationProperty.resolveOrRaw(ConfigurationPropertySource source) |
Constructor and Description |
---|
UnusedPropertyTrackingConfigurationPropertySource(ConfigurationPropertySource delegate,
Set<String> availablePropertyKeys) |
Modifier and Type | Method and Description |
---|---|
static SearchIntegrationBuilder |
SearchIntegration.builder(ConfigurationPropertySource propertySource) |
Modifier and Type | Method and Description |
---|---|
void |
MappingInitiator.configure(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
MappingConfigurationCollector<C> configurationCollector) |
Mapper<M> |
MappingInitiator.createMapper(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
TypeMetadataContributorProvider<C> contributorProvider) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPojoMappingInitiator.configure(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
MappingConfigurationCollector<PojoTypeMetadataContributor> configurationCollector) |
void |
PojoMappingConfigurationContributor.configure(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
MappingConfigurationCollector<PojoTypeMetadataContributor> configurationCollector) |
Mapper<M> |
AbstractPojoMappingInitiator.createMapper(MappingBuildContext buildContext,
ConfigurationPropertySource propertySource,
TypeMetadataContributorProvider<PojoTypeMetadataContributor> contributorProvider) |
MappingImplementor<M> |
PojoMappingFactory.createMapping(ConfigurationPropertySource propertySource,
PojoMappingDelegate mappingDelegate) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.