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 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) -
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 StringEncode the specifiedobjectto a string.Encode the specifiedobjectto a string.