Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
-
Packages that use ContainerExtractor Package Description org.hibernate.search.mapper.pojo.extractor org.hibernate.search.mapper.pojo.extractor.spi -
-
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor
Methods in org.hibernate.search.mapper.pojo.extractor with type parameters of type ContainerExtractor Modifier and Type Method Description <C extends ContainerExtractor>
voidContainerExtractorConfigurationContext. define(String extractorName, Class<C> extractorClass, BeanReference<? extends C> reference)
Method parameters in org.hibernate.search.mapper.pojo.extractor with type arguments of type ContainerExtractor Modifier and Type Method Description void
ContainerExtractorConfigurationContext. define(String extractorName, Class<? extends ContainerExtractor> extractorClass)
-
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor.spi
Classes in org.hibernate.search.mapper.pojo.extractor.spi with type parameters of type ContainerExtractor Modifier and Type Class Description class
ContainerExtractorDefinition<C extends ContainerExtractor>
Methods in org.hibernate.search.mapper.pojo.extractor.spi with type parameters of type ContainerExtractor Modifier and Type Method Description <C extends ContainerExtractor>
voidContainerExtractorRegistry.Builder. define(String extractorName, Class<C> extractorClass, BeanReference<? extends C> reference)
Method parameters in org.hibernate.search.mapper.pojo.extractor.spi with type arguments of type ContainerExtractor Modifier and Type Method Description void
ContainerExtractorRegistry.Builder. define(String extractorName, Class<? extends ContainerExtractor> extractorClass)
-