Package org.hibernate.search.mapper.pojo.processing.impl
-
Class Summary Class Description PojoIndexingProcessor<T> A POJO processor responsible for transferring data from the POJO to a document to index.PojoIndexingProcessorCastedTypeNode<T,U> A node inside aPojoIndexingProcessorresponsible for casting the value to a given type, then applying processor property nodes as well asTypeBridges to the value.PojoIndexingProcessorContainerElementNode<C,V> A node inside aPojoIndexingProcessorresponsible for extracting elements from a container and applying nested processor nodes to the elements.PojoIndexingProcessorMultiNode<T> A node inside aPojoIndexingProcessorresponsible for applying multiple processors.PojoIndexingProcessorOriginalTypeNode<T> A node inside aPojoIndexingProcessorresponsible for applying processor nodes (PojoIndexingProcessorTypeBridgeNode,PojoIndexingProcessorPropertyNode, etc.).PojoIndexingProcessorPropertyBridgeNode<P> A node inside aPojoIndexingProcessorresponsible for applying aPropertyBridge.PojoIndexingProcessorPropertyNode<T,P> A node inside aPojoIndexingProcessorresponsible for extracting the value of a property, and applying nested processor nodes (PojoIndexingProcessorPropertyBridgeNode,PojoIndexingProcessorValueBridgeNode, etc.).PojoIndexingProcessorTypeBridgeNode<T> A node inside aPojoIndexingProcessorresponsible for applying aTypeBridge.PojoIndexingProcessorValueBridgeNode<V,F> A node inside aPojoIndexingProcessorresponsible for applying aValueBridgeto a value.