Uses of Annotation Type
org.apache.druid.guice.annotations.Json
Packages that use Json
Package
Description
-
Uses of Json in org.apache.druid.common.config
Constructor parameters in org.apache.druid.common.config with annotations of type JsonModifierConstructorDescriptionJacksonConfigManager(ConfigManager configManager, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, AuditManager auditManager) -
Uses of Json in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type JsonModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapper(com.google.inject.Injector injector) Constructor parameters in org.apache.druid.guice with annotations of type JsonModifierConstructorDescriptionDruidSecondaryModule(Properties properties, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper jsonMapperOnlyNonNullValueSerialization, com.fasterxml.jackson.databind.ObjectMapper smileMapper, javax.validation.Validator validator) -
Uses of Json in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type JsonModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperJacksonModule.jsonMapper(Properties props) -
Uses of Json in org.apache.druid.query.expression
Constructor parameters in org.apache.druid.query.expression with annotations of type JsonModifierConstructorDescriptionJsonMergeExprMacro(com.fasterxml.jackson.databind.ObjectMapper jsonMapper) ParseJsonExprMacro(com.fasterxml.jackson.databind.ObjectMapper jsonMapper) ToJsonStringExprMacro(com.fasterxml.jackson.databind.ObjectMapper jsonMapper) TryParseJsonExprMacro(com.fasterxml.jackson.databind.ObjectMapper jsonMapper) -
Uses of Json in org.apache.druid.query.groupby
Constructor parameters in org.apache.druid.query.groupby with annotations of type JsonModifierConstructorDescriptionGroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher, GroupByStatsProvider groupByStatsProvider) -
Uses of Json in org.apache.druid.query.lookup
Constructor parameters in org.apache.druid.query.lookup with annotations of type JsonModifierConstructorDescriptionLookupSnapshotTaker(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, String persistDirectory)