Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractor
-
-
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 voidContainerExtractorConfigurationContext. define(String extractorName, Class<? extends ContainerExtractor> extractorClass) -
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor.builtin.impl
Classes in org.hibernate.search.mapper.pojo.extractor.builtin.impl that implement ContainerExtractor Modifier and Type Class Description classBooleanArrayElementExtractorclassByteArrayElementExtractorclassCharArrayElementExtractorclassCollectionElementExtractor<T>classDoubleArrayElementExtractorclassFloatArrayElementExtractorclassIntArrayElementExtractorclassIterableElementExtractor<T>classLongArrayElementExtractorclassMapKeyExtractor<T>classMapValueExtractor<T>classObjectArrayElementExtractor<T>classOptionalDoubleValueExtractorclassOptionalIntValueExtractorclassOptionalLongValueExtractorclassOptionalValueExtractor<T>classShortArrayElementExtractor -
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.extractor.impl
Constructors in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ContainerExtractor Constructor Description ContainerExtractingProcessor(ContainerExtractor<? super C,V> extractor, ValueProcessor<T,? super V,C2> perValueProcessor) -
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 classContainerExtractorDefinition<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 voidContainerExtractorRegistry.Builder. define(String extractorName, Class<? extends ContainerExtractor> extractorClass) -
Uses of ContainerExtractor in org.hibernate.search.mapper.pojo.logging.impl
Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type ContainerExtractor Modifier and Type Method Description SearchExceptionLog_$logger. invalidContainerExtractorForType(String extractorName, Class<? extends ContainerExtractor> extractorClass, PojoTypeModel<?> extractedType)SearchExceptionLog. invalidContainerExtractorForType(String extractorName, Class<? extends ContainerExtractor> extractorClass, PojoTypeModel<?> extractedType)
-