Uses of Class
org.hibernate.search.mapper.pojo.extractor.spi.ContainerExtractorRegistry
-
Packages that use ContainerExtractorRegistry Package Description org.hibernate.search.mapper.pojo.extractor.impl org.hibernate.search.mapper.pojo.extractor.spi -
-
Uses of ContainerExtractorRegistry in org.hibernate.search.mapper.pojo.extractor.impl
Constructors in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ContainerExtractorRegistry Constructor Description ContainerExtractorBinder(BeanResolver beanResolver, ContainerExtractorRegistry containerExtractorRegistry, TypePatternMatcherFactory typePatternMatcherFactory) -
Uses of ContainerExtractorRegistry in org.hibernate.search.mapper.pojo.extractor.spi
Methods in org.hibernate.search.mapper.pojo.extractor.spi that return ContainerExtractorRegistry Modifier and Type Method Description ContainerExtractorRegistryContainerExtractorRegistry.Builder. build()
-