| Package | Description |
|---|---|
| io.github.fssantana.vertgo | |
| io.github.fssantana.vertgo.response |
| Modifier and Type | Method and Description |
|---|---|
LambdaResponse<? extends Object> |
VertgoHandler.unrecognizedPropertyError(String path,
String message)
This method return default error response for json with unrecognized property
Override this method to set a default error response for unrecognized property
|
| Modifier and Type | Method and Description |
|---|---|
LambdaResponse |
LambdaResponseMessageCodec.decodeFromWire(int position,
io.vertx.core.buffer.Buffer buffer) |
static LambdaResponse |
LambdaResponse.of(Object body,
int statusCode,
boolean isBase64,
Map<String,String> headers) |
LambdaResponse |
LambdaResponseMessageCodec.transform(LambdaResponse customMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaResponseMessageCodec.encodeToWire(io.vertx.core.buffer.Buffer buffer,
LambdaResponse lambdaResponse) |
LambdaResponse |
LambdaResponseMessageCodec.transform(LambdaResponse customMessage) |
Copyright © 2012–2019 jcabi.com. All rights reserved.