java.lang.Object
org.activiti.cloud.services.modeling.rest.assembler.ProjectRepresentationModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<Project ,org.springframework.hateoas.EntityModel<Project >>
public class ProjectRepresentationModelAssembler
extends Object
implements org.springframework.hateoas.server.RepresentationModelAssembler<Project ,org.springframework.hateoas.EntityModel<Project >>
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
org.springframework.hateoas.EntityModel<Project >
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
ProjectRepresentationModelAssembler
public ProjectRepresentationModelAssembler ()
Method Details
toModel
public org.springframework.hateoas.EntityModel<Project > toModel (Project project)
Specified by:
toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<Project ,org.springframework.hateoas.EntityModel<Project >>