AbstractBuilder |
BuilderFactory.getAnnotationTypeBuilder(AnnotationTypeDoc annotationType,
Type prevType,
Type nextType) |
Deprecated.
Return the builder for the annotation type.
|
AbstractBuilder |
BuilderFactory.getAnnotationTypeFieldsBuilder(AnnotationTypeWriter annotationTypeWriter) |
Deprecated.
Return an instance of the annotation type fields builder for the given
class.
|
AbstractBuilder |
BuilderFactory.getAnnotationTypeOptionalMemberBuilder(AnnotationTypeWriter annotationTypeWriter) |
Deprecated.
Return an instance of the annotation type member builder for the given
class.
|
AbstractBuilder |
BuilderFactory.getAnnotationTypeRequiredMemberBuilder(AnnotationTypeWriter annotationTypeWriter) |
Deprecated.
Return an instance of the annotation type member builder for the given
class.
|
AbstractBuilder |
BuilderFactory.getClassBuilder(ClassDoc classDoc,
ClassDoc prevClass,
ClassDoc nextClass,
ClassTree classTree) |
Deprecated.
Return the builder for the class.
|
AbstractBuilder |
BuilderFactory.getConstantsSummaryBuider() |
Deprecated.
Return the builder that builds the constant summary.
|
AbstractBuilder |
BuilderFactory.getConstructorBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the constructor builder for the given class.
|
AbstractBuilder |
BuilderFactory.getEnumConstantsBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the enum constants builder for the given class.
|
AbstractBuilder |
BuilderFactory.getFieldBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the field builder for the given class.
|
AbstractBuilder |
BuilderFactory.getMemberSummaryBuilder(AnnotationTypeWriter annotationTypeWriter) |
Deprecated.
Return an instance of the member summary builder for the given annotation
type.
|
AbstractBuilder |
BuilderFactory.getMemberSummaryBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the member summary builder for the given class.
|
AbstractBuilder |
BuilderFactory.getMethodBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the method builder for the given class.
|
AbstractBuilder |
BuilderFactory.getPackageSummaryBuilder(PackageDoc pkg,
PackageDoc prevPkg,
PackageDoc nextPkg) |
Deprecated.
Return the builder that builds the package summary.
|
AbstractBuilder |
BuilderFactory.getPropertyBuilder(ClassWriter classWriter) |
Deprecated.
Return an instance of the property builder for the given class.
|
AbstractBuilder |
BuilderFactory.getSerializedFormBuilder() |
Deprecated.
Return the builder that builds the serialized form.
|