Uses of Interface
org.hibernate.search.mapper.pojo.extractor.ContainerExtractionContext
Packages that use ContainerExtractionContext
-
Uses of ContainerExtractionContext in org.hibernate.search.mapper.pojo.extractor
Methods in org.hibernate.search.mapper.pojo.extractor with parameters of type ContainerExtractionContextModifier and TypeMethodDescription<T,C2> void ContainerExtractor.extract(C container, ValueProcessor<T, ? super V, C2> perValueProcessor, T target, C2 context, ContainerExtractionContext extractionContext) voidValueProcessor.process(T target, V value, C context, ContainerExtractionContext extractionContext)