Java org.springframework.hateoas Links fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.hateoas Links fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.hateoas Links.

The text is from its open source code.

Constructor

Method

OptionalgetLink(String relation)
Returns a Link with the given relation if contained in the current Links instance, Optional#empty() otherwise.
OptionalgetLink(LinkRelation rel)
Returns the Link with the given rel.
booleanhasLink(String relation)
Returns whether the Links container contains a Link with the given relation.
booleanhasLink(LinkRelation relation)
Returns whether the current Links contains a Link with the given relation.
LinksvalueOf(String source)
Creates a Links instance from the given RFC5988-compatible link format.