Schnittstelle SerializedFormWriter.SerialMethodWriter
- Alle bekannten Implementierungsklassen:
HtmlSerialMethodWriter
- Umschließende Schnittstelle:
SerializedFormWriter
public static interface SerializedFormWriter.SerialMethodWriter
Write the serialized form for a given field.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
addDeprecatedMemberInfo
(ExecutableElement member, Content methodsContent) Adds the deprecated information for this member.void
addMemberDescription
(ExecutableElement member, Content methodsContent) Adds the description for this member.void
addMemberHeader
(ExecutableElement member, Content methodsContent) Adds the header.void
addMemberTags
(ExecutableElement member, Content methodsContent) Adds the tag information for this member.getMethodsContentHeader
(boolean isLastContent) Gibt the header for serializable methods content section zurück.Gets a warning that no serializable methods exist.getSerializableMethods
(String heading, Content source) Gets the given heading.Gibt the header for serializable methods section zurück.
-
Methodendetails
-
getSerializableMethodsHeader
Gibt the header for serializable methods section zurück.- Gibt zurück:
- the header for serializable methods section
-
getMethodsContentHeader
Gibt the header for serializable methods content section zurück.- Parameter:
isLastContent
- true if the content being documented is the last content- Gibt zurück:
- the header for serializable methods content section
-
getSerializableMethods
Gets the given heading.- Parameter:
heading
- the heading to writesource
- the content which will be added- Gibt zurück:
- a serializable methods content
-
getNoCustomizationMsg
Gets a warning that no serializable methods exist.- Parameter:
msg
- the warning to print- Gibt zurück:
- a no customization message
-
addMemberHeader
Adds the header.- Parameter:
member
- the member to write the header formethodsContent
- the content to which the header will be added
-
addDeprecatedMemberInfo
Adds the deprecated information for this member.- Parameter:
member
- the member to write the deprecated information formethodsContent
- the content to which the deprecated information will be added
-
addMemberDescription
Adds the description for this member.- Parameter:
member
- the member to write the information formethodsContent
- the content to which the member information will be added
-
addMemberTags
Adds the tag information for this member.- Parameter:
member
- the member to write the tags information formethodsContent
- the content to which the tags information will be added
-