Uses of Interface
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.AnnotationTypeWriter
-
-
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.formats.html
Classes in gw.gosudoc.com.sun.tools.doclets.formats.html that implement AnnotationTypeWriter Modifier and Type Class Description classAnnotationTypeWriterImplDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeWriterWriterFactoryImpl. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)Deprecated.Return the writer for an annotation type.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeFieldWriterWriterFactoryImpl. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriterWriterFactoryImpl. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriterWriterFactoryImpl. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriterWriterFactoryImpl. getMemberSummaryWriter(AnnotationTypeWriter annotationTypeWriter, int memberType)Deprecated.Return the specified member summary writer for a given annotation type. -
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeWriterWriterFactory. getAnnotationTypeWriter(AnnotationTypeDoc annotationType, Type prevType, Type nextType)Deprecated.Return the writer for an annotation type.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type AnnotationTypeWriter Modifier and Type Method Description AnnotationTypeFieldWriterWriterFactory. getAnnotationTypeFieldWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type field writer for a given annotation type.AnnotationTypeOptionalMemberWriterWriterFactory. getAnnotationTypeOptionalMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type optional member writer for a given annotation type.AnnotationTypeRequiredMemberWriterWriterFactory. getAnnotationTypeRequiredMemberWriter(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return the annotation type required member writer for a given annotation type.MemberSummaryWriterWriterFactory. getMemberSummaryWriter(AnnotationTypeWriter annotationTypeWriter, int memberType)Deprecated.Return the specified member summary writer for a given annotation type. -
Uses of AnnotationTypeWriter in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as AnnotationTypeWriter Modifier and Type Field Description private AnnotationTypeWriterAnnotationTypeBuilder. writerDeprecated.The doclet specific writer.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeWriter Modifier and Type Method Description AbstractBuilderBuilderFactory. getAnnotationTypeFieldsBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type fields builder for the given class.AbstractBuilderBuilderFactory. getAnnotationTypeOptionalMemberBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type member builder for the given class.AbstractBuilderBuilderFactory. getAnnotationTypeRequiredMemberBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the annotation type member builder for the given class.static AnnotationTypeBuilderAnnotationTypeBuilder. getInstance(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer)Deprecated.Construct a new ClassBuilder.static MemberSummaryBuilderMemberSummaryBuilder. getInstance(AnnotationTypeWriter annotationTypeWriter, AbstractBuilder.Context context)Deprecated.Construct a new MemberSummaryBuilder.AbstractBuilderBuilderFactory. getMemberSummaryBuilder(AnnotationTypeWriter annotationTypeWriter)Deprecated.Return an instance of the member summary builder for the given annotation type.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type AnnotationTypeWriter Constructor Description AnnotationTypeBuilder(AbstractBuilder.Context context, AnnotationTypeDoc annotationTypeDoc, AnnotationTypeWriter writer)Deprecated.Construct a new ClassBuilder.
-