Class BindValue


  • public class BindValue
    extends Object
    • Constructor Detail

      • BindValue

        public BindValue​(Codec<?> codec,
                         Object value)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getCodec

        public Codec<?> getCodec()
      • isNull

        public boolean isNull()
      • encodeDirectText

        public void encodeDirectText​(io.netty.buffer.ByteBuf out,
                                     Context context)
      • encodeDirectBinary

        public void encodeDirectBinary​(io.netty.buffer.ByteBufAllocator allocator,
                                       io.netty.buffer.ByteBuf out,
                                       Context context)
      • encodeText

        public reactor.core.publisher.Mono<io.netty.buffer.ByteBuf> encodeText​(io.netty.buffer.ByteBufAllocator allocator,
                                                                               Context context)
      • encodeBinary

        public reactor.core.publisher.Mono<io.netty.buffer.ByteBuf> encodeBinary​(io.netty.buffer.ByteBufAllocator allocator)
      • getValue

        public Object getValue()