Uses of Class
org.apache.druid.guice.annotations.Json
-
Packages that use Json Package Description org.apache.druid.common.config org.apache.druid.guice org.apache.druid.jackson org.apache.druid.query.expression org.apache.druid.query.groupby org.apache.druid.query.lookup -
-
Uses of Json in org.apache.druid.common.config
Constructor parameters in org.apache.druid.common.config with annotations of type Json Constructor Description JacksonConfigManager(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 Json Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getJsonMapper(com.google.inject.Injector injector)Constructor parameters in org.apache.druid.guice with annotations of type Json Constructor Description DruidSecondaryModule(Properties properties, org.skife.config.ConfigurationObjectFactory factory, 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 Json Modifier and Type Method Description com.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 Json Constructor Description 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 Json Constructor Description GroupingEngine(DruidProcessingConfig processingConfig, com.google.common.base.Supplier<GroupByQueryConfig> configSupplier, NonBlockingPool<ByteBuffer> bufferPool, GroupByResourcesReservationPool groupByResourcesReservationPool, com.fasterxml.jackson.databind.ObjectMapper jsonMapper, com.fasterxml.jackson.databind.ObjectMapper spillMapper, QueryWatcher queryWatcher) -
Uses of Json in org.apache.druid.query.lookup
Constructor parameters in org.apache.druid.query.lookup with annotations of type Json Constructor Description LookupSnapshotTaker(com.fasterxml.jackson.databind.ObjectMapper jsonMapper, String persistDirectory)
-