public interface RepresentationModelProcessor<T extends RepresentationModel<?>>
RepresentationModel
instances returned from Spring MVC
controllers.EntityModel
,
CollectionModel
Modifier and Type | Method and Description |
---|---|
T |
process(T model)
Processes the given representation model, add links, alter the domain data etc.
|
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.