Package | Description |
---|---|
jadex.extension.rs.publish |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
RestMethodInfo.getMethodMapper()
Get the methodmapper.
|
Modifier and Type | Method and Description |
---|---|
void |
RestMethodInfo.setMethodMapper(MethodInfo methodmapper)
Set the methodmapper.
|
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.