Package org.springdoc.core.converters
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 -
Method Summary
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
-
Constructor Details
-
RepresentationModelLinksOASMixin
public RepresentationModelLinksOASMixin()
-
-
Method Details
-
getLinks
public abstract org.springframework.hateoas.Links getLinks()- Specified by:
getLinks
in classorg.springframework.hateoas.mediatype.hal.RepresentationModelMixin
-