Package | Description |
---|---|
io.stallion.restfulEndpoints |
Modifier and Type | Method and Description |
---|---|
JavaRestEndpoint |
JavaRestEndpoint.setJavaMethod(Method javaMethod) |
JavaRestEndpoint |
JavaRestEndpoint.setMethodName(String methodName) |
JavaRestEndpoint |
JavaRestEndpoint.setResource(EndpointResource resource) |
Modifier and Type | Method and Description |
---|---|
List<JavaRestEndpoint> |
ResourceToEndpoints.convert(EndpointResource resource) |
Modifier and Type | Method and Description |
---|---|
default void |
EndpointResource.postRequest(JavaRestEndpoint endpoint,
IRequest request,
StResponse response,
Object out) |
default void |
EndpointResource.preRequest(JavaRestEndpoint endpoint,
IRequest request,
StResponse response) |
Copyright © 2016. All rights reserved.