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

    Modifier and Type
    Method
    Description
    process(T model)
    Processes the given representation model, add links, alter the domain data etc.
  • Method Details

    • process

      T process(T model)
      Processes the given representation model, add links, alter the domain data etc.
      Parameters:
      model -
      Returns:
      the processed model