Uses of Class
io.streamthoughts.azkarra.http.error.SerializationException
-
Packages that use SerializationException Package Description io.streamthoughts.azkarra.http -
-
Uses of SerializationException in io.streamthoughts.azkarra.http
Methods in io.streamthoughts.azkarra.http that throw SerializationException Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNode
ExchangeHelper. readJsonRequest(io.undertow.server.HttpServerExchange exchange)
Static helper that can be used to read JSON object from HTTP-request payload.static <T> T
ExchangeHelper. readJsonRequest(io.undertow.server.HttpServerExchange exchange, Class<T> type)
Static helper that can be used to read JSON object from HTTP-request payload.
-