Interface RepresentationModelProcessor<T extends RepresentationModel<?>>
public interface RepresentationModelProcessor<T extends RepresentationModel<?>>
SPI interface to allow components to process the
RepresentationModel
instances returned from Spring MVC
controllers.- Author:
- Oliver Gierke
- See Also:
-
Method Summary
-
Method Details
-
process
Processes the given representation model, add links, alter the domain data etc.- Parameters:
model
-- Returns:
- the processed model
-