public class RoutingContext_GroovyExtension extends Object
Constructor and Description |
---|
RoutingContext_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static <T> Object |
get(RoutingContext j_receiver,
String key) |
static Map<String,Object> |
getBodyAsJson(RoutingContext j_receiver) |
static List<Object> |
getBodyAsJsonArray(RoutingContext j_receiver) |
static RoutingContext |
put(RoutingContext j_receiver,
String key,
Object obj) |
static <T> Object |
remove(RoutingContext j_receiver,
String key) |
public static RoutingContext put(RoutingContext j_receiver, String key, Object obj)
public static <T> Object get(RoutingContext j_receiver, String key)
public static <T> Object remove(RoutingContext j_receiver, String key)
public static Map<String,Object> getBodyAsJson(RoutingContext j_receiver)
public static List<Object> getBodyAsJsonArray(RoutingContext j_receiver)
Copyright © 2017. All rights reserved.