Uses of Interface
org.apache.druid.query.rowsandcols.semantic.WireTransferable.Deserializer
Packages that use WireTransferable.Deserializer
Package
Description
-
Uses of WireTransferable.Deserializer in org.apache.druid.frame.wire
Classes in org.apache.druid.frame.wire that implement WireTransferable.DeserializerModifier and TypeClassDescriptionstatic classDeserializer for frames. -
Uses of WireTransferable.Deserializer in org.apache.druid.guice
Methods in org.apache.druid.guice that return types with arguments of type WireTransferable.DeserializerModifier and TypeMethodDescriptionstatic com.google.inject.multibindings.MapBinder<ByteBuffer,WireTransferable.Deserializer> DruidSecondaryModule.getWireTransferableDeserializerBinder(com.google.inject.Binder binder) Method parameters in org.apache.druid.guice with type arguments of type WireTransferable.DeserializerModifier and TypeMethodDescriptionstatic voidDruidSecondaryModule.attachWireTransferables(com.fasterxml.jackson.databind.ObjectMapper mapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers, boolean useLegacyFrameSerialization) DruidSecondaryModule.getConcreteDeserializer(com.fasterxml.jackson.databind.ObjectMapper smileMapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapper(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getJsonMapperOnlyNonNullValueSerialization(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) com.fasterxml.jackson.databind.ObjectMapperDruidSecondaryModule.getSmileMapper(com.google.inject.Injector injector, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers) static voidDruidSecondaryModule.setupJackson(com.google.inject.Injector injector, com.fasterxml.jackson.databind.ObjectMapper mapper, Map<ByteBuffer, WireTransferable.Deserializer> wtDeserializers, boolean useLegacyFrameSerialization) -
Uses of WireTransferable.Deserializer in org.apache.druid.query.rowsandcols.semantic
Constructor parameters in org.apache.druid.query.rowsandcols.semantic with type arguments of type WireTransferable.DeserializerModifierConstructorDescriptionConcreteDeserializer(com.fasterxml.jackson.databind.ObjectMapper mapper, Map<ByteBuffer, WireTransferable.Deserializer> delegates)