public class RESTUtils extends Object
Constructor and Description |
---|
RESTUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
addDiscovery(T entity,
javax.ws.rs.core.UriInfo uriInfo,
ResourceMethodRegistry registry) |
static Map<String,? extends Object> |
derivePathParameters(javax.ws.rs.core.UriInfo uriInfo) |
static Object |
evaluateEL(Method m,
javax.el.ELContext context,
Object base,
String expression) |
static Boolean |
evaluateELBoolean(Method m,
javax.el.ELContext context,
Object base,
String expression) |
static List<Method> |
getServiceMethods(ResourceMethodRegistry registry) |
public static <T> T addDiscovery(T entity, javax.ws.rs.core.UriInfo uriInfo, ResourceMethodRegistry registry)
public static List<Method> getServiceMethods(ResourceMethodRegistry registry)
public static Map<String,? extends Object> derivePathParameters(javax.ws.rs.core.UriInfo uriInfo)
public static Object evaluateEL(Method m, javax.el.ELContext context, Object base, String expression)
Copyright © 2015 JBoss by Red Hat. All rights reserved.