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
Method parameters in org.hibernate.search.mapper.pojo.extractor with type arguments of type ContainerExtractor Modifier and Type Method Description voidContainerExtractorConfigurationContext. define(String extractorName, Class<? extends ContainerExtractor> extractorClass) -
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor.spi
Methods in org.hibernate.search.mapper.pojo.extractor.spi that return types with arguments of type ContainerExtractor Modifier and Type Method Description Class<? extends ContainerExtractor>ContainerExtractorRegistry. forName(String name)Method parameters in org.hibernate.search.mapper.pojo.extractor.spi with type arguments of type ContainerExtractor Modifier and Type Method Description voidContainerExtractorRegistry.Builder. define(String extractorName, Class<? extends ContainerExtractor> extractorClass)
-