Package | Description |
---|---|
org.pac4j.vertx |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventBusObjectConverter
Default eventbus object converter
The serialization strategy is:
For primitive types (String, Number and Boolean), return as is
For arrays, convert to JsonArray
Otherwise, convert to a JsonObject with the class name in the "class" attribute and the serialized form with Jackson in the "value" attribute.
|
class |
SimpleEventBusObjectConverter
EventBusObjectConverter implementation using registered converters to transform Java object into Vert.x JsonObject . |
Constructor and Description |
---|
Pac4jHelper(org.vertx.java.core.Vertx vertx,
String address,
EventBusObjectConverter ebConverter) |
VertxWebContext(String method,
String serverName,
int serverPort,
String fullUrl,
String scheme,
org.vertx.java.core.json.JsonObject headers,
org.vertx.java.core.json.JsonObject parameters,
org.vertx.java.core.json.JsonObject sessionAttributes,
EventBusObjectConverter ebConverter) |
Copyright © 2015. All rights reserved.