Uses of Class
io.vertx.core.json.EncodeException
Packages that use EncodeException
-
Uses of EncodeException in io.vertx.core.json
Methods in io.vertx.core.json that throw EncodeExceptionModifier and TypeMethodDescriptionstatic StringEncode a POJO to JSON using the underlying Jackson mapper.static StringJson.encodePrettily(Object obj) Encode a POJO to JSON with pretty indentation, using the underlying Jackson mapper.static voidJson.encodeTo(Object obj, OutputStream out) Encode a POJO to JSON and write it to the givenOutputStream.static voidEncode a POJO to JSON and write it to the givenWriter.static BufferJson.encodeToBuffer(Object obj) Encode a POJO to JSON using the underlying Jackson mapper. -
Uses of EncodeException in io.vertx.core.json.jackson
Methods in io.vertx.core.json.jackson that throw EncodeExceptionModifier and TypeMethodDescriptionstatic voidJacksonCodec.encodeJson(Object json, JsonGenerator generator) voidDatabindCodec.toStream(Object object, OutputStream out) voidJacksonCodec.toStream(Object object, OutputStream out) voidvoid -
Uses of EncodeException in io.vertx.core.spi.json
Methods in io.vertx.core.spi.json that throw EncodeExceptionModifier and TypeMethodDescriptiondefault BufferLikeJsonCodec.toString(Object)but with a jsonBufferLikeJsonCodec.toString(Object, boolean)but with a jsonBufferdefault voidJsonCodec.toStream(Object object, OutputStream out) Encode the specified object as JSON to the givenOutputStream.default StringEncode the specifiedobjectto a string.Encode the specifiedobjectto a string.default voidEncode the specified object as JSON to the givenWriter.