Uses of Class
org.hibernate.search.mapper.pojo.extractor.impl.BoundContainerExtractorPath
Packages that use BoundContainerExtractorPath
Package
Description
-
Uses of BoundContainerExtractorPath in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type BoundContainerExtractorPathModifier and TypeMethodDescriptionPojoIndexingDependencyCollectorPropertyNode.value(BoundContainerExtractorPath<? super P, V> boundExtractorPath) -
Uses of BoundContainerExtractorPath in org.hibernate.search.mapper.pojo.extractor.impl
Methods in org.hibernate.search.mapper.pojo.extractor.impl that return BoundContainerExtractorPathModifier 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 (ContainerExtractorPath.defaultExtractors()) and validate that all extractors in the path can be applied, or fail.static <V> BoundContainerExtractorPath<V,V> BoundContainerExtractorPath.noExtractors(PojoTypeModel<V> sourceType) Methods in org.hibernate.search.mapper.pojo.extractor.impl that return types with arguments of type BoundContainerExtractorPathModifier and TypeMethodDescription<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 (ContainerExtractorPath.defaultExtractors()) and to validate that all extractors in the path can be applied.Methods in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type BoundContainerExtractorPathModifier and TypeMethodDescription<C,V> ContainerExtractorHolder<C, V> ContainerExtractorBinder.create(BoundContainerExtractorPath<C, V> boundPath) Create a container value extractor from a bound path, or fail. -
Uses of BoundContainerExtractorPath in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return BoundContainerExtractorPathModifier and TypeMethodDescription<C> BoundContainerExtractorPath<C,?> PojoIndexModelBinder.bindExtractorPath(PojoTypeModel<C> pojoGenericTypeModel, ContainerExtractorPath extractorPath) Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundContainerExtractorPathModifier and TypeMethodDescription<C,V> ContainerExtractorHolder<C, V> PojoIndexModelBinder.createExtractors(BoundContainerExtractorPath<C, V> boundExtractorPath) -
Uses of BoundContainerExtractorPath in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundContainerExtractorPathModifier and TypeMethodDescriptionBoundContainerExtractorPath<? super P,V> BoundPojoModelPathValueNode.getBoundExtractorPath()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundContainerExtractorPathModifier and TypeMethodDescription<V> BoundPojoModelPathValueNode<T,P, V> BoundPojoModelPathPropertyNode.value(BoundContainerExtractorPath<? super P, V> extractorPath)