java.lang.Object
org.activiti.cloud.services.modeling.rest.assembler.ModelRepresentationModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<Model ,org.springframework.hateoas.EntityModel<Model >>
public class ModelRepresentationModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<Model ,org.springframework.hateoas.EntityModel<Model >>
Assembler for
Model resource
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
org.springframework.hateoas.EntityModel<Model >
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.springframework.hateoas.server.RepresentationModelAssembler
toCollectionModel
Constructor Details
ModelRepresentationModelAssembler
public ModelRepresentationModelAssembler ()
Method Details
toModel
public org.springframework.hateoas.EntityModel<Model > toModel (Model model)
Specified by:
toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<Model ,org.springframework.hateoas.EntityModel<Model >>