| Modifier and Type | Method and Description |
|---|---|
static ContainerExtractorPath |
ContainerExtractorPath.defaultExtractors() |
static ContainerExtractorPath |
ContainerExtractorPath.explicitExtractor(String extractorName) |
static ContainerExtractorPath |
ContainerExtractorPath.explicitExtractors(List<String> extractorNames) |
static ContainerExtractorPath |
ContainerExtractorPath.noExtractors() |
| Modifier and Type | Method and Description |
|---|---|
PojoMappingCollectorValueNode |
PojoMappingCollectorPropertyNode.value(ContainerExtractorPath extractorPath) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMappingIndexedEmbeddedStep |
PropertyMappingIndexedEmbeddedStep.extractors(ContainerExtractorPath extractorPath) |
S |
PropertyMappingFieldOptionsStep.extractors(ContainerExtractorPath extractorPath) |
AssociationInverseSideOptionsStep |
AssociationInverseSideOptionsStep.extractors(ContainerExtractorPath extractorPath) |
IndexingDependencyOptionsStep |
IndexingDependencyOptionsStep.extractors(ContainerExtractorPath extractorPath) |
| Modifier and Type | Method and Description |
|---|---|
PojoAdditionalMetadataCollectorValueNode |
PojoAdditionalMetadataCollectorPropertyNode.value(ContainerExtractorPath extractorPath) |
| Modifier and Type | Method and Description |
|---|---|
PojoOtherEntityIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty,
Class<?> otherEntityType,
PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType)
Start the declaration of dependencies to properties of another entity,
without specifying the path to that other entity.
|
PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
default PojoPropertyIndexingDependencyConfigurationContext |
PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty,
String pathFromExtractedBridgedPropertyValueToUsedValue)
Declare that the given path is read by the bridge at index time to populate the indexed document.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerExtractorPath |
PojoModelPathValueNode.getExtractorPath() |
| Modifier and Type | Method and Description |
|---|---|
static PojoModelPathValueNode |
PojoModelPath.ofValue(String propertyName,
ContainerExtractorPath extractorPath) |
PojoModelPathValueNode |
PojoModelPathPropertyNode.value(ContainerExtractorPath extractorPath) |
PojoModelPath.Builder |
PojoModelPath.Builder.value(ContainerExtractorPath extractorPath)
Append to the path a value extraction using the given container extractor path.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.