Uses of Class
org.apache.druid.guice.annotations.JsonNonNull
-
Packages that use JsonNonNull Package Description org.apache.druid.guice org.apache.druid.jackson -
-
Uses of JsonNonNull in org.apache.druid.guice
Methods in org.apache.druid.guice with annotations of type JsonNonNull Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule. getJsonMapperOnlyNonNullValueSerialization(com.google.inject.Injector injector)Constructor parameters in org.apache.druid.guice with annotations of type JsonNonNull 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 JsonNonNull in org.apache.druid.jackson
Methods in org.apache.druid.jackson with annotations of type JsonNonNull Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectMapperJacksonModule. jsonMapperOnlyNonNullValue(Properties props)Provides ObjectMapper that suppress serializing properties with null values
-