Uses of Class
org.mongojack.JacksonDBCollection
Packages that use JacksonDBCollection
Package
Description
This package contains a compatibility layer to support old code using the Mongojack 2.x API.
-
Uses of JacksonDBCollection in org.graylog.plugins.pipelineprocessor.rulebuilder.db
Constructors in org.graylog.plugins.pipelineprocessor.rulebuilder.db with parameters of type JacksonDBCollectionModifierConstructorDescriptionMongoDBRuleFragmentService(JacksonDBCollection<RuleFragment, org.bson.types.ObjectId> dbCollection) -
Uses of JacksonDBCollection in org.graylog.plugins.sidecar.template.loader
Constructors in org.graylog.plugins.sidecar.template.loader with parameters of type JacksonDBCollectionModifierConstructorDescriptionMongoDbTemplateLoader(JacksonDBCollection<Configuration, org.bson.types.ObjectId> dbCollection) -
Uses of JacksonDBCollection in org.graylog2.database
Fields in org.graylog2.database declared as JacksonDBCollectionModifier and TypeFieldDescriptionprotected final JacksonDBCollection<DTO,org.bson.types.ObjectId> PaginatedDbService.db -
Uses of JacksonDBCollection in org.graylog2.indexer.indexset
Constructors in org.graylog2.indexer.indexset with parameters of type JacksonDBCollectionModifierConstructorDescriptionprotectedMongoIndexSetService(JacksonDBCollection<IndexSetConfig, org.bson.types.ObjectId> collection, StreamService streamService, ClusterConfigService clusterConfigService, ClusterEventBus clusterEventBus) -
Uses of JacksonDBCollection in org.mongojack
Methods in org.mongojack that return JacksonDBCollectionModifier and TypeMethodDescriptionstatic <T,K> JacksonDBCollection<T, K> JacksonDBCollection.wrap(com.mongodb.DBCollection dbCollection, Class<T> type, Class<K> keyType, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Deprecated.