Class BindValue


  • public class BindValue
    extends Object
    • Field Detail

      • NULL_VALUE

        public static final reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf> NULL_VALUE
    • Constructor Detail

      • BindValue

        public BindValue​(Codec<?> codec,
                         reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf> value)
    • Method Detail

      • hashCode

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

        public Codec<?> getCodec()
      • isNull

        public boolean isNull()
      • getValue

        public reactor.core.publisher.Mono<? extends io.netty.buffer.ByteBuf> getValue()