public final class BufferConverter extends Object
| Constructor and Description |
|---|
BufferConverter() |
BufferConverter(org.springframework.core.io.buffer.NettyDataBufferFactory dataBufferFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.core.io.buffer.NettyDataBufferFactory |
getDataBufferFactory() |
io.vertx.core.buffer.Buffer |
toBuffer(org.springframework.core.io.buffer.DataBuffer dataBuffer) |
org.springframework.core.io.buffer.DataBuffer |
toDataBuffer(io.vertx.core.buffer.Buffer buffer) |
public BufferConverter()
public BufferConverter(org.springframework.core.io.buffer.NettyDataBufferFactory dataBufferFactory)
public org.springframework.core.io.buffer.NettyDataBufferFactory getDataBufferFactory()
public org.springframework.core.io.buffer.DataBuffer toDataBuffer(io.vertx.core.buffer.Buffer buffer)
public io.vertx.core.buffer.Buffer toBuffer(org.springframework.core.io.buffer.DataBuffer dataBuffer)
Copyright © 2020. All rights reserved.