Klasse SerializedFormBuilder
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
org.jdrupes.mdoclet.internal.doclets.toolkit.builders.SerializedFormBuilder
Builds the serialized form.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
AbstractBuilder.Context -
Feldübersicht
FelderVon Klasse geerbte Felder org.jdrupes.mdoclet.internal.doclets.toolkit.builders.AbstractBuilder
builderFactory, configuration, containingPackagesSeen, messages, options, resources, utils -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbuild()Build the serialized form.protected voidbuildClassContent(Content target) Build the summaries for the methods and fields.protected voidbuildClassSerializedForm(Content target) Build the class serialized form.protected voidbuildDeprecatedMethodInfo(Content methodsContent) Build the deprecated method description.protected voidbuildFieldDeprecationInfo(Content fieldsContent) Build the field deprecation information.protected voidbuildFieldHeader(Content classContent) Build the field header.protected voidbuildFieldInfo(Content fieldsContent) Build the field information.voidbuildFieldSerializationOverview(TypeElement typeElement, Content classContent) Build the serialization overview for the given class.protected voidbuildFieldSubHeader(Content fieldsContent) Build the field sub header.protected voidbuildMethodDescription(Content methodsContent) Build method description.protected voidbuildMethodInfo(Content methodsContent) Build the information for the method.protected voidbuildMethodSubHeader(Content methodsContent) Build the method sub header.protected voidbuildMethodTags(Content methodsContent) Build the method tags.protected voidbuildPackageHeader(Content target) Build the package header.protected voidbuildPackageSerializedForm(Content target) Build the package serialized form for the current package being processed.protected voidbuildSerialFieldTagsInfo(Content target) Build the serial field tags information.protected voidbuildSerializableFields(Content target) Build the summaries for the fields that belong to the given class.protected voidbuildSerializableMethods(Content target) Build the summaries for the methods that belong to the given class.protected voidBuild the serialized form.protected voidBuild the serialized form summaries.protected voidbuildSerialUIDInfo(Content target) Build the serial UID information for the given class.static SerializedFormBuildergetInstance(AbstractBuilder.Context context) Construct a new SerializedFormBuilder.static booleanserialInclude(Utils utils, Element element) Returns true if the given Element should be included in the serialized form.
-
Felddetails
-
currentMember
The current member being documented.
-
-
Methodendetails
-
getInstance
Construct a new SerializedFormBuilder.- Parameter:
context- the build context.- Gibt zurück:
- the new SerializedFormBuilder
-
build
Build the serialized form.- Angegeben von:
buildin KlasseAbstractBuilder- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSerializedForm
Build the serialized form.- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSerializedFormSummaries
Build the serialized form summaries.- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildPackageSerializedForm
Build the package serialized form for the current package being processed.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildPackageHeader
Build the package header.- Parameter:
target- the content to which the documentation will be added
-
buildClassSerializedForm
Build the class serialized form.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSerialUIDInfo
Build the serial UID information for the given class.- Parameter:
target- the content to which the serial UID information will be added
-
buildClassContent
Build the summaries for the methods and fields.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildSerializableMethods
Build the summaries for the methods that belong to the given class.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildMethodSubHeader
Build the method sub header.- Parameter:
methodsContent- the content to which the documentation will be added
-
buildDeprecatedMethodInfo
Build the deprecated method description.- Parameter:
methodsContent- the content to which the documentation will be added
-
buildMethodInfo
Build the information for the method.- Parameter:
methodsContent- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildMethodDescription
Build method description.- Parameter:
methodsContent- the content to which the documentation will be added
-
buildMethodTags
Build the method tags.- Parameter:
methodsContent- the content to which the documentation will be added
-
buildFieldHeader
Build the field header.- Parameter:
classContent- the content to which the documentation will be added
-
buildFieldSerializationOverview
Build the serialization overview for the given class.- Parameter:
typeElement- the class to print the overview for.classContent- the content to which the documentation will be added
-
buildSerializableFields
Build the summaries for the fields that belong to the given class.- Parameter:
target- the content to which the documentation will be added- Löst aus:
DocletException- if there is a problem while building the documentation
-
buildFieldSubHeader
Build the field sub header.- Parameter:
fieldsContent- the content to which the documentation will be added
-
buildFieldDeprecationInfo
Build the field deprecation information.- Parameter:
fieldsContent- the content to which the documentation will be added
-
buildSerialFieldTagsInfo
Build the serial field tags information.- Parameter:
target- the content to which the documentation will be added
-
buildFieldInfo
Build the field information.- Parameter:
fieldsContent- the content to which the documentation will be added
-
serialInclude
Returns true if the given Element should be included in the serialized form.- Parameter:
utils- the utils objectelement- the Element object to check for serializability- Gibt zurück:
- true if the element should be included in the serial form
-