Package | Description |
---|---|
jadex.extension.rs.publish |
Modifier and Type | Method and Description |
---|---|
Value |
RestMethodInfo.getParameterMapper()
Get the parametermapper.
|
Value |
RestMethodInfo.getResultMapper()
Get the resultmapper.
|
Modifier and Type | Method and Description |
---|---|
static Object |
Value.evaluate(Value value,
String[] imports)
Evaluate a value.
|
void |
RestMethodInfo.setParameterMapper(Value parametermapper)
Set the parametermapper.
|
void |
RestMethodInfo.setResultMapper(Value resultmapper)
Set the resultmapper.
|
Constructor and Description |
---|
RestMethodInfo(Class<?>[] parametertypes,
Type returntype,
Class<?>[] exceptiontypes,
String name,
String path,
Class<?> resttype,
List<javax.ws.rs.core.MediaType> consumed,
List<javax.ws.rs.core.MediaType> produced,
MethodInfo methodmapper,
Value parametermapper,
Value resultmapper,
Class<?> dclazz,
String dmname)
Create a new rest method info.
|
RestMethodInfo(Method method,
String name,
String path,
Class<?> resttype,
List<javax.ws.rs.core.MediaType> consumed,
List<javax.ws.rs.core.MediaType> produced,
MethodInfo methodmapper,
Value parametermapper,
Value resultmapper,
Class<?> dclazz,
String dmname)
Create a new rest method info.
|
Copyright © 2012. All Rights Reserved.