Class ApplicationModelAssembler

  • All Implemented Interfaces:
    org.springframework.hateoas.server.RepresentationModelAssembler<Application,​org.springframework.hateoas.EntityModel<Application>>

    public class ApplicationModelAssembler
    extends java.lang.Object
    implements org.springframework.hateoas.server.RepresentationModelAssembler<Application,​org.springframework.hateoas.EntityModel<Application>>
    Assembles Application resources out of applications.
    Since:
    3.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.hateoas.EntityModel<Application> toModel​(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 Detail

      • ApplicationModelAssembler

        public ApplicationModelAssembler()
    • Method Detail

      • toModel

        @Nonnull
        public org.springframework.hateoas.EntityModel<Application> toModel​(Application application)
        Specified by:
        toModel in interface org.springframework.hateoas.server.RepresentationModelAssembler<Application,​org.springframework.hateoas.EntityModel<Application>>