Class ByteBufferSerializer
- java.lang.Object
-
- io.smallrye.reactive.messaging.http.converters.Serializer<ByteBuffer>
-
- io.smallrye.reactive.messaging.http.converters.ByteBufferSerializer
-
- All Implemented Interfaces:
Converter<ByteBuffer,io.vertx.mutiny.core.buffer.Buffer>
public class ByteBufferSerializer extends Serializer<ByteBuffer>
-
-
Constructor Summary
Constructors Constructor Description ByteBufferSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer>
convert(ByteBuffer payload)
Class<? extends ByteBuffer>
input()
-
Methods inherited from class io.smallrye.reactive.messaging.http.converters.Serializer
lookup, output
-
-
-
-
Method Detail
-
convert
public io.smallrye.mutiny.Uni<io.vertx.mutiny.core.buffer.Buffer> convert(ByteBuffer payload)
-
input
public Class<? extends ByteBuffer> input()
-
-