Uses of Class
org.graylog2.shared.bindings.providers.ObjectMapperProvider
Packages that use ObjectMapperProvider
Package
Description
-
Uses of ObjectMapperProvider in org.graylog.events.notifications.types
Constructors in org.graylog.events.notifications.types with parameters of type ObjectMapperProviderModifierConstructorDescriptionEmailEventNotification(EventNotificationService notificationCallbackService, EmailSender emailSender, NotificationService notificationService, NodeId nodeId, LookupTableService lookupTableService, ObjectMapperProvider objectMapperProvider, HttpConfiguration httpConfiguration, EmailRecipients.Factory emailRecipientsFactory, com.floreysoft.jmte.Engine templateEngine) HTTPEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, UrlWhitelistService whitelistService, UrlWhitelistNotificationService urlWhitelistNotificationService, EncryptedValueService encryptedValueService, EventsConfigurationProvider configurationProvider, com.floreysoft.jmte.Engine templateEngine, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, ParameterizedHttpClientProvider parameterizedHttpClientProvider) -
Uses of ObjectMapperProvider in org.graylog.integrations.notifications.types
Constructors in org.graylog.integrations.notifications.types with parameters of type ObjectMapperProviderModifierConstructorDescriptionSlackEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, SlackClient slackClient, HttpConfiguration httpConfiguration) -
Uses of ObjectMapperProvider in org.graylog.integrations.notifications.types.microsoftteams
Constructors in org.graylog.integrations.notifications.types.microsoftteams with parameters of type ObjectMapperProviderModifierConstructorDescriptionTeamsEventNotification(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine templateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) Deprecated.TeamsEventNotificationV2(EventNotificationService notificationCallbackService, ObjectMapperProvider objectMapperProvider, com.floreysoft.jmte.Engine jsonTemplateEngine, NotificationService notificationService, NodeId nodeId, RequestClient requestClient, HttpConfiguration httpConfiguration) -
Uses of ObjectMapperProvider in org.graylog.plugins.sidecar.services
Constructors in org.graylog.plugins.sidecar.services with parameters of type ObjectMapperProviderModifierConstructorDescriptionEtagService(SidecarPluginConfiguration pluginConfiguration, com.codahale.metrics.MetricRegistry metricRegistry, com.google.common.eventbus.EventBus eventBus, ClusterEventBus clusterEventBus, ObjectMapperProvider objectMapperProvider) -
Uses of ObjectMapperProvider in org.graylog2.rest.resources.system.debug.bundle
Constructors in org.graylog2.rest.resources.system.debug.bundle with parameters of type ObjectMapperProviderModifierConstructorDescriptionSupportBundleService(ExecutorService executor, NodeService nodeService, NodeService<DataNodeDto> datanodeService, RemoteInterfaceProvider remoteInterfaceProvider, Path dataDir, ObjectMapperProvider objectMapperProvider, ClusterStatsService clusterStatsService, VersionProbe searchDbProbe, List<URI> searchDbHosts, ClusterAdapter searchDbClusterAdapter, DatanodeRestApiProxy datanodeProxy, RemoteReindexingMigrationAdapter migrationService)