Class ProjectResourceAssembler

  • All Implemented Interfaces:
    org.springframework.hateoas.ResourceAssembler<org.activiti.cloud.modeling.api.Project,​org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.Project>>

    public class ProjectResourceAssembler
    extends java.lang.Object
    implements org.springframework.hateoas.ResourceAssembler<org.activiti.cloud.modeling.api.Project,​org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.Project>>
    Assembler for Project resource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.Project> toResource​(org.activiti.cloud.modeling.api.Project project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProjectResourceAssembler

        public ProjectResourceAssembler()
    • Method Detail

      • toResource

        public org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.Project> toResource​(org.activiti.cloud.modeling.api.Project project)
        Specified by:
        toResource in interface org.springframework.hateoas.ResourceAssembler<org.activiti.cloud.modeling.api.Project,​org.springframework.hateoas.Resource<org.activiti.cloud.modeling.api.Project>>