Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
Packages that use ContainerExtractor
Package
Description
-
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor
Methods in org.hibernate.search.mapper.pojo.extractor with type parameters of type ContainerExtractorModifier and TypeMethodDescription<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 ContainerExtractorModifier and TypeMethodDescriptionvoidContainerExtractorConfigurationContext.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 ContainerExtractorModifier and TypeClassDescriptionfinal classContainerExtractorDefinition<C extends ContainerExtractor>Methods in org.hibernate.search.mapper.pojo.extractor.spi with type parameters of type ContainerExtractorModifier and TypeMethodDescription<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 ContainerExtractorModifier and TypeMethodDescriptionvoidContainerExtractorRegistry.Builder.define(String extractorName, Class<? extends ContainerExtractor> extractorClass)