Class RepresentationModelLinksOASMixin

java.lang.Object
org.springframework.hateoas.RepresentationModel<org.springframework.hateoas.mediatype.hal.RepresentationModelMixin>
org.springframework.hateoas.mediatype.hal.RepresentationModelMixin
org.springdoc.core.converters.RepresentationModelLinksOASMixin

public abstract class RepresentationModelLinksOASMixin extends org.springframework.hateoas.mediatype.hal.RepresentationModelMixin
The type Representation model links oas mixin.
Author:
bnasslahsen
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract org.springframework.hateoas.Links
     

    Methods inherited from class org.springframework.hateoas.RepresentationModel

    add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RepresentationModelLinksOASMixin

      public RepresentationModelLinksOASMixin()
  • Method Details

    • getLinks

      public abstract org.springframework.hateoas.Links getLinks()
      Specified by:
      getLinks in class org.springframework.hateoas.mediatype.hal.RepresentationModelMixin