typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest
/
net.typedrest.links
/
LinkExtractor
Link
Extractor
interface
LinkExtractor
Extracts links from responses.
Inheritors
AggregateLinkExtractor
HalLinkExtractor
HeaderLinkExtractor
Members
Functions
get
Links
Link copied to clipboard
abstract
fun
getLinks
(
response
:
Response
)
:
List
<
Link
>
Extracts links from the
response
.