Class NoAuthorJavaDocRenderer
java.lang.Object
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.DefaultJavaDocRenderer
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.NoAuthorJavaDocRenderer
- All Implemented Interfaces:
JavaDocRenderer
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, while skipping
output from the author
tag, on the form:
[JavaDoc comment] (tag1): [tag1 value] (tag2): [tag2 value]
- Since:
- 2.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
renderJavaDocTag
(String name, String value, SortableLocation location) Override this method to yield anotherMethods inherited from class org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc.DefaultJavaDocRenderer
harmonizeNewlines, render, renderJavaDocComment
-
Field Details
-
AUTHOR_KEY
The author key.- See Also:
-
-
Constructor Details
-
NoAuthorJavaDocRenderer
public NoAuthorJavaDocRenderer()
-
-
Method Details
-
renderJavaDocTag
Override this method to yield another- Overrides:
renderJavaDocTag
in classDefaultJavaDocRenderer
- Parameters:
name
- The name of a JavaDoc tag.value
- The value of a JavaDoc tag.location
- the SortableLocation where the JavaDocData was harvested. Nevernull
.- Returns:
- The XSD documentation for the supplied JavaDoc tag.
-