Class AbstractAttributesGroupProcessor<G extends AttributesGroupConfiguration>

java.lang.Object
io.jmix.search.index.mapping.processor.impl.AbstractAttributesGroupProcessor<G>
Type Parameters:
G - the type of AttributesGroupConfiguration processed by this processor implementation
All Implemented Interfaces:
AttributesGroupProcessor<G>
Direct Known Subclasses:
DynamicAttributesGroupProcessor, StaticAttributesGroupProcessor

public abstract class AbstractAttributesGroupProcessor<G extends AttributesGroupConfiguration> extends Object implements AttributesGroupProcessor<G>
Abstract base class for implementing AttributesGroupProcessor.

This class provides a foundational implementation for processing instances of AttributesGroupConfiguration by utilizing PropertyTools. Subclasses should provide concrete behavior for processing attributes groups based on specific types of AttributesGroupConfiguration.