Uses of Interface
com.atlassian.confluence.util.ObjectMapperProvider
Packages that use ObjectMapperProvider
Package
Description
-
Uses of ObjectMapperProvider in com.atlassian.confluence.impl.spring
Methods in com.atlassian.confluence.impl.spring that return ObjectMapperProvider -
Uses of ObjectMapperProvider in com.atlassian.confluence.plugins.edgeindex
Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ObjectMapperProviderModifierConstructorDescriptionJournalEdgeIndexTaskQueue
(IndexJournalService journalService, EdgeIndexTaskFactory edgeIndexTaskFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, NonFlushingSessionWrapper hibernateNonFlushingSessionWrapper, ObjectMapperProvider objectMapperProvider) -
Uses of ObjectMapperProvider in com.atlassian.confluence.plugins.graphql.resource
Constructors in com.atlassian.confluence.plugins.graphql.resource with parameters of type ObjectMapperProviderModifierConstructorDescriptionConfluenceGraphQLRestEndpoint
(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar, com.atlassian.sal.api.rdbms.TransactionalExecutorFactory transactionalExecutorFactory, ObjectMapperProvider objectMapperProvider) -
Uses of ObjectMapperProvider in com.atlassian.confluence.plugins.restapi.experimental.resources
Constructors in com.atlassian.confluence.plugins.restapi.experimental.resources with parameters of type ObjectMapperProviderModifierConstructorDescriptionExperimentalSearchResource
(CQLSearchService searchService, ObjectMapperProvider objectMapperProvider) -
Uses of ObjectMapperProvider in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type ObjectMapperProviderModifierConstructorDescriptionContentLabelsResource
(ContentLabelService contentLabelService, ObjectMapperProvider objectMapperProvider) ContentResource
(ContentService contentService, SpaceService spaceService, ContentMacroService contentMacroService, ContentTrashService contentTrashService, CQLSearchService searchService, ContentDraftService contentDraftService, ObjectMapperProvider objectMapperProvider, ConfluenceScopesRequestCache scopesRequestCacheDelegate, PersonService personService) SearchResource
(CQLSearchService searchService, ObjectMapperProvider objectMapperProvider) -
Uses of ObjectMapperProvider in com.atlassian.confluence.util
Classes in com.atlassian.confluence.util that implement ObjectMapperProviderModifier and TypeClassDescriptionclass
Provider for creating JacksonObjectMapper
instances.