Klasse HtmlSerialFieldWriter
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractMemberWriter
org.jdrupes.mdoclet.internal.doclets.formats.html.FieldWriterImpl
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlSerialFieldWriter
- Alle implementierten Schnittstellen:
FieldWriter,MemberSummaryWriter,MemberWriter,SerializedFormWriter.SerialFieldWriter
public class HtmlSerialFieldWriter
extends FieldWriterImpl
implements SerializedFormWriter.SerialFieldWriter
Generate serialized form for serializable fields.
Documentation denoted by the tags serial and
serialField is processed.
-
Feldübersicht
Von Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractMemberWriter
configuration, contents, htmlIds, links, options, resources, typeElement, utils, writer -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungHtmlSerialFieldWriter(SubWriterHolderWriter writer, TypeElement typeElement) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddMemberDeprecatedInfo(VariableElement field, Content content) Add the deprecated information for this member.voidaddMemberDescription(VariableElement field, SerialFieldTree serialFieldTag, Content content) Add the description text for this member represented by the tag.voidaddMemberDescription(VariableElement field, Content content) Add the description text for this member.voidaddMemberHeader(TypeMirror fieldType, String fieldName, Content content) Adds the member header.voidaddMemberTags(VariableElement field, Content content) Add the tag information for this member.getFieldsContentHeader(boolean isLastContent) Gibt the field content header zurück.getSerializableFields(String heading, Content source) Gibt the fields zurück.Gibt the serializable field header zurück.members(TypeElement te) booleanCheck to see if overview details should be printed.Von Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.FieldWriterImpl
addComments, addDeprecated, addInheritedSummaryLabel, addInheritedSummaryLink, addPreview, addSummary, addSummaryLabel, addSummaryLink, addSummaryType, addTags, createSummaryTable, getFieldDetails, getFieldDetailsHeader, getFieldHeaderContent, getMemberHeader, getMemberSummaryHeader, getSignature, getSummaryLink, getSummaryTableHeaderVon Klasse geerbte Methoden org.jdrupes.mdoclet.internal.doclets.formats.html.AbstractMemberWriter
addComment, addDeprecatedInfo, addInheritedMemberSummary, addMemberSummary, addModifiersAndType, addPreviewInfo, addSummaryLink, addUseInfo, getInheritedSummaryHeader, getInheritedSummaryLinks, getMember, getMemberList, getMemberListItem, getSummaryTable, name, serialWarningVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberSummaryWriter
addInheritedMemberSummary, addMemberSummary, getInheritedSummaryHeader, getInheritedSummaryLinks, getMember, getSummaryTableVon Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberWriter
getMemberList, getMemberListItem
-
Konstruktordetails
-
HtmlSerialFieldWriter
-
-
Methodendetails
-
members
-
getSerializableFieldsHeader
Beschreibung aus Schnittstelle kopiert:SerializedFormWriter.SerialFieldWriterGibt the serializable field header zurück.- Angegeben von:
getSerializableFieldsHeaderin SchnittstelleSerializedFormWriter.SerialFieldWriter- Gibt zurück:
- the serializable field header
-
getFieldsContentHeader
Beschreibung aus Schnittstelle kopiert:SerializedFormWriter.SerialFieldWriterGibt the field content header zurück.- Angegeben von:
getFieldsContentHeaderin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
isLastContent- true if this is the last content to be documented- Gibt zurück:
- the field content header
-
getSerializableFields
Beschreibung aus Schnittstelle kopiert:SerializedFormWriter.SerialFieldWriterGibt the fields zurück.- Angegeben von:
getSerializableFieldsin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
heading- the heading to write.source- the content to be added- Gibt zurück:
- serializable fields content
-
addMemberHeader
Beschreibung aus Schnittstelle kopiert:SerializedFormWriter.SerialFieldWriterAdds the member header.- Angegeben von:
addMemberHeaderin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
fieldType- the type of the fieldfieldName- the name of the fieldcontent- the content to which the member header will be added
-
addMemberDeprecatedInfo
Add the deprecated information for this member.- Angegeben von:
addMemberDeprecatedInfoin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
field- the field to document.content- the content to which the deprecated info will be added
-
addMemberDescription
Add the description text for this member.- Angegeben von:
addMemberDescriptionin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
field- the field to document.content- the content to which the deprecated info will be added
-
addMemberDescription
public void addMemberDescription(VariableElement field, SerialFieldTree serialFieldTag, Content content) Add the description text for this member represented by the tag.- Angegeben von:
addMemberDescriptionin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
field- the field to documentserialFieldTag- the field to document (represented by tag)content- the content to which the deprecated info will be added
-
addMemberTags
Add the tag information for this member.- Angegeben von:
addMemberTagsin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
field- the field to document.content- the content to which the member tags info will be added
-
shouldPrintOverview
Check to see if overview details should be printed.If nocomment option set or if there is no text to be printed for deprecation info, comment or tags, do not print overview details.
- Angegeben von:
shouldPrintOverviewin SchnittstelleSerializedFormWriter.SerialFieldWriter- Parameter:
field- the field to check overview details for.- Gibt zurück:
- true if overview details need to be printed
-