Package io.trino.plugin.kafka.encoder
Class EncoderModule
- java.lang.Object
-
- io.trino.plugin.kafka.encoder.EncoderModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class EncoderModule extends Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description EncoderModule()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)static com.google.inject.multibindings.MapBinder<String,RowEncoderFactory>encoderFactory(com.google.inject.Binder binder)
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
encoderFactory
public static com.google.inject.multibindings.MapBinder<String,RowEncoderFactory> encoderFactory(com.google.inject.Binder binder)
-
-