Uses of Class
org.hibernate.search.mapper.pojo.extractor.mapping.programmatic.ContainerExtractorPath
Packages that use ContainerExtractorPath
Package
Description
-
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoIndexingDependencyCollectorPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.extractor.impl
Methods in org.hibernate.search.mapper.pojo.extractor.impl that return ContainerExtractorPathMethods in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescription<C> BoundContainerExtractorPath<C,?> ContainerExtractorBinder.bindPath(PojoTypeModel<C> sourceType, ContainerExtractorPath extractorPath) Bind a container extractor path to a given source type, i.e. resolve the possibly implicit extractor path (defaultExtractors()) and validate that all extractors in the path can be applied, or fail.<C> booleanContainerExtractorBinder.isDefaultExtractorPath(PojoTypeModel<C> sourceType, ContainerExtractorPath extractorPath) <C> Optional<BoundContainerExtractorPath<C,?>> ContainerExtractorBinder.tryBindPath(PojoTypeModel<C> sourceType, ContainerExtractorPath extractorPath) Try to bind a container extractor path to a given source type, i.e. to resolve the possibly implicit extractor path (defaultExtractors()) and to validate that all extractors in the path can be applied. -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic
Methods in org.hibernate.search.mapper.pojo.extractor.mapping.programmatic that return ContainerExtractorPathModifier and TypeMethodDescriptionstatic ContainerExtractorPathContainerExtractorPath.defaultExtractors()static ContainerExtractorPathContainerExtractorPath.explicitExtractor(String extractorName) static ContainerExtractorPathContainerExtractorPath.explicitExtractors(List<String> extractorNames) static ContainerExtractorPathContainerExtractorPath.noExtractors() -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescription<C> BoundContainerExtractorPath<C,?> PojoIndexModelBinder.bindExtractorPath(PojoTypeModel<C> pojoGenericTypeModel, ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoIndexMappingCollectorPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return ContainerExtractorPathModifier and TypeMethodDescriptionMappingAnnotationProcessorContext.toContainerExtractorPath(ContainerExtraction extraction) Convert aContainerExtractionannotation to aContainerExtractorPath.Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionMappingAnnotatedProperty.javaClass(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that return ContainerExtractorPathModifier and TypeMethodDescriptionAbstractMappingAnnotationProcessorContext.toContainerExtractorPath(ContainerExtraction extraction) static ContainerExtractorPathMappingAnnotationProcessorUtils.toContainerExtractorPath(ContainerExtraction extraction) Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPropertyMappingAnnotationProcessorContextImpl.javaClass(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionAssociationInverseSideOptionsStep.extractors(ContainerExtractorPath extractorPath) IndexingDependencyOptionsStep.extractors(ContainerExtractorPath extractorPath) PropertyMappingFieldOptionsStep.extractors(ContainerExtractorPath extractorPath) PropertyMappingIndexedEmbeddedStep.extractors(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoMappingConfigurationContextImpl.extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoMappingConfigurationContext.extractedValueType(PojoTypeModel<?> sourceType, ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoAdditionalMetadataCollectorPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl that return types with arguments of type ContainerExtractorPathMethods in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoPropertyAdditionalMetadata.getValueAdditionalMetadata(ContainerExtractorPath extractorPath) Constructor parameters in org.hibernate.search.mapper.pojo.model.additionalmetadata.impl with type arguments of type ContainerExtractorPathModifierConstructorDescriptionPojoPropertyAdditionalMetadata(Map<ContainerExtractorPath, PojoValueAdditionalMetadata> valuesAdditionalMetadata, Map<Class<?>, List<?>> markers) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContext.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.use(ContainerExtractorPath extractorPathFromBridgedProperty, String pathFromExtractedBridgedPropertyValueToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document.PojoPropertyIndexingDependencyConfigurationContext.use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue) Declare that the given path is read by the bridge at index time to populate the indexed document. -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.dependency.impl
Methods in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionPojoPropertyIndexingDependencyConfigurationContextImpl.fromOtherEntity(ContainerExtractorPath extractorPathFromBridgedProperty, Class<?> otherEntityType, PojoModelPathValueNode pathFromOtherEntityTypeToBridgedPropertyExtractedType) PojoPropertyIndexingDependencyConfigurationContextImpl.use(ContainerExtractorPath extractorPathFromBridgedProperty, PojoModelPathValueNode pathFromExtractedBridgedPropertyValueToUsedValue) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.path
Methods in org.hibernate.search.mapper.pojo.model.path that return ContainerExtractorPathMethods in org.hibernate.search.mapper.pojo.model.path with parameters of type ContainerExtractorPathModifier and TypeMethodDescriptionstatic PojoModelPathValueNodePojoModelPath.ofValue(String propertyName, ContainerExtractorPath extractorPath) PojoModelPath.Builder.value(ContainerExtractorPath extractorPath) Append to the path a value extraction using the given container extractor path.PojoModelPathPropertyNode.value(ContainerExtractorPath extractorPath) -
Uses of ContainerExtractorPath in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return ContainerExtractorPathMethods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type ContainerExtractorPathModifier and TypeMethodDescription<P> BoundPojoModelPathValueNode<?,P, ?> BoundPojoModelPath.Walker.value(BoundPojoModelPathPropertyNode<?, P> propertyNode, ContainerExtractorPath extractorPath)