java.lang.Object
io.helidon.codegen.classmodel.Javadoc
Javadoc model representation.
Javadoc tags are printed out in the ordering of:
Javadoc tags are printed out in the ordering of:
- parameters
- generic arguments
- return
- throws
- deprecated
- everything else
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Javadoc.Builder
builder()
Create newJavadoc.Builder
instance.static Javadoc.Builder
Create newJavadoc.Builder
instance.content()
Content of this javadoc.Deprecation description.Generic parameter tags names and descriptions.Other created tags with descriptions.Parameter tags names and descriptions.static Javadoc
Parse Javadoc model object from the String.static Javadoc
Parse Javadoc model object from the list of strings.Return type description.Throws tags names and descriptions.
-
Method Details
-
parse
Parse Javadoc model object from the String.- Parameters:
fullJavadocString
- javadoc string- Returns:
- new javadoc instance
-
parse
Parse Javadoc model object from the list of strings.- Parameters:
fullJavadocLines
- javadoc string lines- Returns:
- new javadoc instance
-
builder
Create newJavadoc.Builder
instance.- Returns:
- new builder instance
-
builder
Create newJavadoc.Builder
instance.- Parameters:
javadoc
- existing javadoc to copy- Returns:
- new builder instance
-
content
Content of this javadoc.- Returns:
- content
-
parameters
Parameter tags names and descriptions.- Returns:
- parameter tags
-
genericsTokens
Generic parameter tags names and descriptions.- Returns:
- generic parameter tags
-
returnDescription
Return type description.- Returns:
- return type description
-
throwsDesc
Throws tags names and descriptions.- Returns:
- throws tags
-
deprecation
Deprecation description.- Returns:
- deprecation description
-
otherTags
Other created tags with descriptions.- Returns:
- other tags
-