Schnittstelle FieldWriter
- Alle Superschnittstellen:
MemberWriter
- Alle bekannten Implementierungsklassen:
FieldWriterImpl
,HtmlSerialFieldWriter
The interface for writing field output.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addComments
(VariableElement field, Content fieldContent) Add the comments for the given field.void
addDeprecated
(VariableElement field, Content fieldContent) Add the deprecated output for the given field.void
addPreview
(VariableElement member, Content content) Adds the preview output for the given member.void
addTags
(VariableElement field, Content fieldContent) Add the tags for the given field.getFieldDetails
(Content memberDetailsHeaderContent, Content memberContent) Get the field details.getFieldDetailsHeader
(Content content) Get the field details header.Get the field documentation header.Gets the member header.getSignature
(VariableElement field) Get the signature for the given field.Von Schnittstelle geerbte Methoden org.jdrupes.mdoclet.internal.doclets.toolkit.MemberWriter
getMemberList, getMemberListItem
-
Methodendetails
-
getFieldDetailsHeader
Get the field details header.- Parameter:
content
- the content representing member details- Gibt zurück:
- the field details header
-
getFieldHeaderContent
Get the field documentation header.- Parameter:
field
- the constructor being documented- Gibt zurück:
- the field documentation header
-
getSignature
Get the signature for the given field.- Parameter:
field
- the field being documented- Gibt zurück:
- the field signature
-
addDeprecated
Add the deprecated output for the given field.- Parameter:
field
- the field being documentedfieldContent
- the content to which the deprecated information will be added
-
addPreview
Adds the preview output for the given member.- Parameter:
member
- the member being documentedcontent
- the content to which the preview information will be added
-
addComments
Add the comments for the given field.- Parameter:
field
- the field being documentedfieldContent
- the content to which the comments will be added
-
addTags
Add the tags for the given field.- Parameter:
field
- the field being documentedfieldContent
- the content to which the tags will be added
-
getFieldDetails
Get the field details.- Parameter:
memberDetailsHeaderContent
- the content representing member details headermemberContent
- the content representing member details- Gibt zurück:
- the field details
-
getMemberHeader
Gets the member header.- Gibt zurück:
- the member header
-