Rule.RuleMatcher| Modifier and Type | Field and Description |
|---|---|
protected DbDeleteAction |
deleteAction |
protected DbGetAction |
getAction |
protected DbPatchAction |
patchAction |
protected DbPostAction |
postAction |
protected DbPutAction |
putAction |
configMap, configStr, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order| Constructor and Description |
|---|
DbAction() |
| Modifier and Type | Method and Description |
|---|---|
DbDeleteAction |
getDeleteAction() |
DbGetAction |
getGetAction() |
DbPatchAction |
getPatchAction() |
DbPostAction |
getPostAction() |
DbPutAction |
getPutAction() |
void |
run(Request req,
Response res)
Override this method with your custom business logic or override one of the
http method "doMETHOD" specific handlers.
|
DbAction |
withDeleteAction(DbDeleteAction deleteAction) |
DbAction |
withGetAction(DbGetAction getAction) |
DbAction |
withPatchAction(DbPatchAction patchAction) |
DbAction |
withPostAction(DbPostAction postAction) |
DbAction |
withPutAction(DbPutAction putAction) |
checkLazyConfig, compareTo, doLazyConfig, getAllExcludePaths, getAllIncludePaths, getConfig, getConfig, getConfigKeys, getDefaultIncludeMatch, getExcludeMatchers, getIncludeMatchers, getName, getOrder, match, matches, matches, toString, withConfig, withExcludeOn, withExcludeOn, withExcludeOn, withIncludeOn, withIncludeOn, withIncludeOn, withName, withOrderprotected DbGetAction getAction
protected DbPostAction postAction
protected DbPutAction putAction
protected DbPatchAction patchAction
protected DbDeleteAction deleteAction
public void run(Request req, Response res) throws ApiException
Actionrun in class Action<DbAction>req - the Request being servicedres - the Reponse being generatedApiExceptionpublic DbGetAction getGetAction()
public DbAction withGetAction(DbGetAction getAction)
public DbPostAction getPostAction()
public DbAction withPostAction(DbPostAction postAction)
public DbPutAction getPutAction()
public DbAction withPutAction(DbPutAction putAction)
public DbPatchAction getPatchAction()
public DbAction withPatchAction(DbPatchAction patchAction)
public DbDeleteAction getDeleteAction()
public DbAction withDeleteAction(DbDeleteAction deleteAction)
Copyright © 2021 Rocket Partners, LLC. All rights reserved.