Interface SmartListenerConfigProvider
- All Known Subinterfaces:
DependencyExtractor
,SmartListenerConfigurationProvider
- All Known Implementing Classes:
DefaultValidationRuleImpl
@OpenApiAll
public interface SmartListenerConfigProvider
Defines interface for smart listeners configuration providers by element class type.
-
Method Summary
Modifier and TypeMethodDescriptionMap<Class<? extends Element>,
Collection<SmartListenerConfig>> Implementation of the method should return a map of classes derived fromElement
class andSmartListenerConfig
objects.
-
Method Details
-
getListenerConfigurations
@CheckForNull Map<Class<? extends Element>,Collection<SmartListenerConfig>> getListenerConfigurations()Implementation of the method should return a map of classes derived fromElement
class andSmartListenerConfig
objects.- Returns:
- map of listener configurations by element class type
-