Package | Description |
---|---|
org.codehaus.mojo.jaxb2.schemageneration |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc |
Modifier and Type | Field and Description |
---|---|
protected JavaDocRenderer |
AbstractXsdGeneratorMojo.javaDocRenderer
A renderer used to create XML annotation text from JavaDoc comments found within the source code.
|
static JavaDocRenderer |
AbstractXsdGeneratorMojo.STANDARD_JAVADOC_RENDERER
The default JavaDocRenderer used unless another JavaDocRenderer should be used.
|
Modifier and Type | Method and Description |
---|---|
static int |
XsdGeneratorHelper.insertJavaDocAsAnnotations(org.apache.maven.plugin.logging.Log log,
File outputDir,
SearchableDocumentation docs,
JavaDocRenderer renderer)
Inserts XML documentation annotations into all generated XSD files found within the
supplied outputDir.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaDocRenderer
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, on the form:
[JavaDoc comment]
(tag1): [tag1 value]
(tag2): [tag2 value]
|
Constructor and Description |
---|
XsdAnnotationProcessor(SearchableDocumentation docs,
JavaDocRenderer renderer)
Creates an XsdAnnotationProcessor that uses the supplied/generated SearchableDocumentation to read all
JavaDoc structures and the supplied JavaDocRenderer to render JavaDocs into XSD documentation annotations.
|
Copyright © 2005–2015 MojoHaus. All rights reserved.