Uses of Class
io.r2dbc.postgresql.codec.Json
Packages that use Json
Package
Description
Encoders and Decoders for the type that the service provider understands.
- 
Uses of Json in io.r2dbc.postgresql.codec
Methods in io.r2dbc.postgresql.codec that return JsonModifier and TypeMethodDescriptionstatic JsonJson.of(byte[] value) Create aJsonobject from abyte[] value.static JsonJson.of(io.netty.buffer.ByteBuf buffer) Create aJsonobject from aByteBuf.static JsonJson.of(InputStream inputStream) Create aJsonobject from aInputStream.static Jsonstatic JsonJson.of(ByteBuffer buffer) Create aJsonobject from aByteBuffer.