| Package | Description |
|---|---|
| io.r2dbc.postgresql.codec |
Encoders and Decoders for the type that the service provider understands.
|
| Modifier and Type | Method and Description |
|---|---|
static Json |
Json.of(byte[] value)
Create a
Json object from a byte[] value. |
static Json |
Json.of(io.netty.buffer.ByteBuf buffer)
Create a
Json object from a ByteBuf. |
static Json |
Json.of(ByteBuffer buffer)
Create a
Json object from a ByteBuffer. |
static Json |
Json.of(InputStream inputStream)
Create a
Json object from a InputStream. |
static Json |
Json.of(String value)
|
Copyright © 2023. All rights reserved.