Class DocumentationLink
java.lang.Object
io.micronaut.starter.feature.function.DocumentationLink
Encapsulates a link to Website.
- Author:
- Sergio del Amo
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DocumentationLink
public DocumentationLink() -
DocumentationLink
-
-
Method Details
-
getTitle
Gets the documentation title. Subclasses may override to customize behavior.- Returns:
- the documentation title
-
setTitle
Sets the documentation title. Subclasses may override to customize behavior.- Parameters:
title
- the documentation title to set
-
getUrl
Gets the documentation URL. Subclasses may override to customize behavior.- Returns:
- the documentation URL
-
setUrl
Sets the documentation URL. Subclasses may override to customize behavior.- Parameters:
url
- the documentation URL to set
-