Class ApplicationModelAssembler

java.lang.Object
com.netflix.genie.web.apis.rest.v3.hateoas.assemblers.ApplicationModelAssembler
All Implemented Interfaces:
org.springframework.hateoas.server.RepresentationModelAssembler<com.netflix.genie.common.dto.Application,org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Application>>

public class ApplicationModelAssembler extends Object implements org.springframework.hateoas.server.RepresentationModelAssembler<com.netflix.genie.common.dto.Application,org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Application>>
Assembles Application resources out of applications.
Since:
3.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Application>
    toModel(com.netflix.genie.common.dto.Application application)

    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

    • ApplicationModelAssembler

      public ApplicationModelAssembler()
  • Method Details

    • toModel

      @Nonnull public org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Application> toModel(com.netflix.genie.common.dto.Application application)
      Specified by:
      toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<com.netflix.genie.common.dto.Application,org.springframework.hateoas.EntityModel<com.netflix.genie.common.dto.Application>>