Package io.inversion.action.hateoas
Class HALFilter
- All Implemented Interfaces:
Comparable<HALFilter>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.inversion.Rule
Rule.RuleMatcher -
Field Summary
Fields inherited from class io.inversion.Rule
ALL_METHODS, configMap, description, excludeMatchers, excludeOn, includeMatchers, includeOn, log, name, order, params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddSelfLink(io.inversion.json.JSMap entityNode, String link) voidOverride this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.Methods inherited from class io.inversion.action.hateoas.HATEOASFilter
addLinksMethods inherited from class io.inversion.Action
configureOp, doDelete, doGet, doPatch, doPost, doPut, getFullIncludePaths, getIncludePaths, isDecoration, joinPaths, joinPaths0, run0, withDecorationMethods inherited from class io.inversion.Rule
afterWiringComplete, checkLazyConfig, compareTo, doLazyConfig, getAllExcludePaths, getAllIncludeMethods, getAllIncludePaths, getDefaultIncludeMatchers, getDescription, getExcludeMatchers, getIncludeMatchers, getName, getOrder, getParams, match, match, matches, matches, toString, withDescription, withExcludeOn, withExcludeOn, withIncludeOn, withIncludeOn, withName, withOrder, withParam, withParams
-
Constructor Details
-
HALFilter
public HALFilter()
-
-
Method Details
-
run
Description copied from class:ActionOverride this method with your custom business logic or override one of the http method "doMETHOD" specific handlers.- Overrides:
runin classAction<HALFilter>- Parameters:
req- the Request being servicedres- the Reponse being generated- Throws:
ApiException
-
addLink
- Overrides:
addLinkin classHATEOASFilter<HALFilter>
-
addSelfLink
- Overrides:
addSelfLinkin classHATEOASFilter<HALFilter>
-