Uses of Class
org.hibernate.search.mapper.pojo.processing.impl.PojoIndexingProcessor
Packages that use PojoIndexingProcessor
Package
Description
-
Uses of PojoIndexingProcessor in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return PojoIndexingProcessorModifier and TypeMethodDescriptionprotected abstract PojoIndexingProcessor<T>AbstractPojoIndexingProcessorTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested) protected PojoIndexingProcessor<T>PojoIndexingProcessorCastedTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested) protected PojoIndexingProcessor<T>PojoIndexingProcessorOriginalTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested) Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return types with arguments of type PojoIndexingProcessorModifier and TypeMethodDescriptionAbstractPojoIndexingProcessorTypeNodeBuilder.build(AbstractPojoIndexingDependencyCollectorDirectValueNode<?, T> valueDependencyCollector) AbstractPojoIndexingProcessorTypeNodeBuilder.build(PojoIndexingDependencyCollectorTypeNode<U> dependencyCollector) Methods in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type PojoIndexingProcessorModifier and TypeMethodDescriptionprotected abstract PojoIndexingProcessor<T>AbstractPojoIndexingProcessorTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested) protected PojoIndexingProcessor<T>PojoIndexingProcessorCastedTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested) protected PojoIndexingProcessor<T>PojoIndexingProcessorOriginalTypeNodeBuilder.doBuild(Collection<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested) -
Uses of PojoIndexingProcessor in org.hibernate.search.mapper.pojo.processing.impl
Subclasses of PojoIndexingProcessor in org.hibernate.search.mapper.pojo.processing.implModifier and TypeClassDescriptionclassA node inside aPojoIndexingProcessorresponsible for casting the value to a given type, then applying processor property nodes as well asTypeBridges to the value.classA node inside aPojoIndexingProcessorresponsible for extracting elements from a container and applying nested processor nodes to the elements.classA node inside aPojoIndexingProcessorresponsible for applying multiple processors.classA node inside aPojoIndexingProcessorresponsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode,PojoIndexingProcessorPropertyNode, etc.).classA node inside aPojoIndexingProcessorresponsible for applying aPropertyBridge.classA node inside aPojoIndexingProcessorresponsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode,PojoIndexingProcessorValueBridgeNode, etc.).classA node inside aPojoIndexingProcessorresponsible for applying aTypeBridge.classA node inside aPojoIndexingProcessorresponsible for applying aValueBridgeto a value.Methods in org.hibernate.search.mapper.pojo.processing.impl that return PojoIndexingProcessorModifier and TypeMethodDescriptionstatic <T> PojoIndexingProcessor<T>PojoIndexingProcessor.noOp()Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type PojoIndexingProcessorModifierConstructorDescriptionPojoIndexingProcessorCastedTypeNode(PojoCaster<? super U> caster, Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested, boolean isEntityType) PojoIndexingProcessorContainerElementNode(ContainerExtractorHolder<C, V> extractorHolder, PojoIndexingProcessor<? super V> nested) PojoIndexingProcessorOriginalTypeNode(Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super T> nested, boolean isEntityType) PojoIndexingProcessorPropertyNode(ValueReadHandle<P> handle, PojoIndexingProcessor<? super P> nested, PojoModelPath modelPath) Constructor parameters in org.hibernate.search.mapper.pojo.processing.impl with type arguments of type PojoIndexingProcessorModifierConstructorDescriptionPojoIndexingProcessorMultiNode(Collection<? extends PojoIndexingProcessor<? super T>> elements) -
Uses of PojoIndexingProcessor in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoIndexingProcessorModifierConstructorDescriptionPojoDocumentContributor(PojoRawTypeIdentifier<E> typeIdentifier, String entityName, PojoIndexingProcessor<E> processor, PojoWorkSessionContext sessionContext, PojoIndexingProcessorRootContext processorContext, Object identifier, Supplier<E> entitySupplier)