public class JavaAction<T> extends Action<T>
| Modifier | Constructor and Description |
|---|---|
protected |
JavaAction() |
|
JavaAction(EntityWrapper<?> entity,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.HttpMethod |
determineMethodNature(java.lang.reflect.Method method) |
java.util.concurrent.CompletableFuture<T> |
doInvoke(Resolver resolver,
java.util.Map<java.lang.String,java.lang.Object> filteredParameters) |
org.springframework.http.HttpMethod |
getNature() |
getAddress, getIdentifier, getLink, getParameterKeys, getParameters, invokegetLabel, getNatures, hasNature, setNatures, setTitleprotected JavaAction()
public JavaAction(EntityWrapper<?> entity, java.lang.reflect.Method method)