Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ValueProcessor
-
Packages that use ValueProcessor Package Description org.hibernate.search.mapper.pojo.extractor org.hibernate.search.mapper.pojo.extractor.builtin.impl org.hibernate.search.mapper.pojo.extractor.impl -
-
Uses of ValueProcessor in org.hibernate.search.mapper.pojo.extractor
Methods in org.hibernate.search.mapper.pojo.extractor with parameters of type ValueProcessor Modifier and Type Method Description <T,C2>
voidContainerExtractor. extract(C container, ValueProcessor<T,? super V,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) -
Uses of ValueProcessor in org.hibernate.search.mapper.pojo.extractor.builtin.impl
Methods in org.hibernate.search.mapper.pojo.extractor.builtin.impl with parameters of type ValueProcessor Modifier and Type Method Description <T,C2>
voidBooleanArrayElementExtractor. extract(boolean[] container, ValueProcessor<T,? super Boolean,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidByteArrayElementExtractor. extract(byte[] container, ValueProcessor<T,? super Byte,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidCharArrayElementExtractor. extract(char[] container, ValueProcessor<T,? super Character,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidDoubleArrayElementExtractor. extract(double[] container, ValueProcessor<T,? super Double,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidFloatArrayElementExtractor. extract(float[] container, ValueProcessor<T,? super Float,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidIntArrayElementExtractor. extract(int[] container, ValueProcessor<T,? super Integer,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidLongArrayElementExtractor. extract(long[] container, ValueProcessor<T,? super Long,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T1,C2>
voidObjectArrayElementExtractor. extract(T[] container, ValueProcessor<T1,? super T,C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalDoubleValueExtractor. extract(OptionalDouble container, ValueProcessor<T,? super Double,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalIntValueExtractor. extract(OptionalInt container, ValueProcessor<T,? super Integer,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidOptionalLongValueExtractor. extract(OptionalLong container, ValueProcessor<T,? super Long,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext)<T1,C2>
voidOptionalValueExtractor. extract(Optional<T> container, ValueProcessor<T1,? super T,C2> perValueProcessor, T1 target, C2 context, ContainerExtractionContext extractionContext)<T,C2>
voidShortArrayElementExtractor. extract(short[] container, ValueProcessor<T,? super Short,C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) -
Uses of ValueProcessor in org.hibernate.search.mapper.pojo.extractor.impl
Classes in org.hibernate.search.mapper.pojo.extractor.impl that implement ValueProcessor Modifier and Type Class Description classContainerExtractingProcessor<T,C,V,C2>Methods in org.hibernate.search.mapper.pojo.extractor.impl that return ValueProcessor Modifier and Type Method Description <T,C2>
ValueProcessor<T,C,C2>ContainerExtractorHolder. wrap(ValueProcessor<T,? super V,C2> perValueProcessor)Methods in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ValueProcessor Modifier and Type Method Description <T,C2>
ValueProcessor<T,C,C2>ContainerExtractorHolder. wrap(ValueProcessor<T,? super V,C2> perValueProcessor)Constructors in org.hibernate.search.mapper.pojo.extractor.impl with parameters of type ValueProcessor Constructor Description ContainerExtractingProcessor(ContainerExtractor<? super C,V> extractor, ValueProcessor<T,? super V,C2> perValueProcessor)
-