Package org.hibernate.search.mapper.pojo.processing.impl
package org.hibernate.search.mapper.pojo.processing.impl
-
ClassesClassDescriptionA POJO processor responsible for transferring data from the POJO to a document to index.A node inside a
PojoIndexingProcessorresponsible for casting the value to a given type, then applying processor property nodes as well asTypeBridges to the value.A node inside aPojoIndexingProcessorresponsible for extracting elements from a container and applying nested processor nodes to the elements.A node inside aPojoIndexingProcessorresponsible for applying multiple processors.A node inside aPojoIndexingProcessorresponsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode,PojoIndexingProcessorPropertyNode, etc.).A node inside aPojoIndexingProcessorresponsible for applying aPropertyBridge.A node inside aPojoIndexingProcessorresponsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode,PojoIndexingProcessorValueBridgeNode, etc.).A node inside aPojoIndexingProcessorresponsible for applying aTypeBridge.A node inside aPojoIndexingProcessorresponsible for applying aValueBridgeto a value.