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