Uses of Class
org.hibernate.search.mapper.pojo.extractor.impl.BoundContainerExtractorPath
-
-
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 BoundContainerExtractorPath Modifier and Type Method Description <V> AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>PojoIndexingDependencyCollectorPropertyNode. 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 BoundContainerExtractorPath Modifier and Type Method Description <C> BoundContainerExtractorPath<C,?>ContainerExtractorBinder. bindPath(PojoTypeModel<C> sourceType, ContainerExtractorPath extractorPath)Bind a container extractor path to a given source type, i.e.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 BoundContainerExtractorPath Modifier and Type Method Description <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.Methods in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type BoundContainerExtractorPath Modifier and Type Method Description <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 BoundContainerExtractorPath Modifier and Type Method Description <C> BoundContainerExtractorPath<C,?>PojoIndexModelBinder. bindExtractorPath(PojoTypeModel<C> pojoGenericTypeModel, ContainerExtractorPath extractorPath)Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundContainerExtractorPath Modifier and Type Method Description <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 BoundContainerExtractorPath Modifier and Type Method Description BoundContainerExtractorPath<? super P,V>BoundPojoModelPathValueNode. getBoundExtractorPath()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundContainerExtractorPath Modifier and Type Method Description <V> BoundPojoModelPathValueNode<T,P,V>BoundPojoModelPathPropertyNode. value(BoundContainerExtractorPath<? super P,V> extractorPath)
-