| Package | Description |
|---|---|
| org.calrissian.restdoclet.collector | |
| org.calrissian.restdoclet.writer | |
| org.calrissian.restdoclet.writer.simple | |
| org.calrissian.restdoclet.writer.swagger |
| Modifier and Type | Method and Description |
|---|---|
protected ClassDescriptor |
AbstractCollector.getClassDescriptor(com.sun.javadoc.ClassDoc classDoc)
Will generate a single class descriptor and all the endpoints for that class.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ClassDescriptor> |
AbstractCollector.getDescriptors(com.sun.javadoc.RootDoc rootDoc)
Will generate and aggregate all the rest endpoint class descriptors.
|
Collection<ClassDescriptor> |
Collector.getDescriptors(com.sun.javadoc.RootDoc rootDoc) |
| Modifier and Type | Method and Description |
|---|---|
void |
Writer.write(Collection<ClassDescriptor> classDescriptors,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleHtmlWriter.write(Collection<ClassDescriptor> classDescriptors,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerWriter.write(Collection<ClassDescriptor> classDescriptors,
Configuration config) |
Copyright © 2013–2015 Calrissian. All rights reserved.