Package io.inversion.action.db
Class DbPutAction
java.lang.Object
io.inversion.Rule<A>
io.inversion.Action<DbPostAction>
io.inversion.action.db.DbPostAction
io.inversion.action.db.DbPutAction
- All Implemented Interfaces:
Comparable<DbPostAction>
Delegates all operations to DbPostAction which currently implements all POST/PUT/PATCH methods.
Currently this class exists as a potential future compatibility shim and so that people looking at the source code tree before really digging in will not be confused by the superficial lack of a PUT action class.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.inversion.Rule
Rule.RuleMatcher -
Field Summary
Fields inherited from class io.inversion.action.db.DbPostAction
collapseAll, getResponse, strictRestFields inherited from class io.inversion.Rule
configMap, configStr, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.inversion.action.db.DbPostAction
collapse, isCollapseAll, isGetResponse, isStrictRest, nextPath, patch, run, upsert, upsert, withCollapseAll, withGetResponse, withStrictRestMethods inherited from class io.inversion.Rule
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, withOrder
-
Constructor Details
-
DbPutAction
public DbPutAction()
-