Package net.officefloor.web.rest.build
Interface RestMethodDecorator<M>
- All Known Implementing Classes:
HttpSecurityRestMethodDecorator,SecureRestMethodDecorator
public interface RestMethodDecorator<M>
Decorates the
RestMethod.-
Method Summary
Modifier and TypeMethodDescriptionvoiddecorateRestMethod(RestMethodDecoratorContext<M> context) Decorates theRestMethod.
-
Method Details
-
decorateRestMethod
Decorates theRestMethod.- Parameters:
context-RestMethodDecoratorContext.
-