Class DocumentGenerator
java.lang.Object
ru.volnenko.maven.plugin.databasedoc.generator.impl.AbstractGenerator
ru.volnenko.maven.plugin.databasedoc.generator.impl.DocumentGenerator
- All Implemented Interfaces:
IDocumentGenerator,IGenerator
-
Field Summary
FieldsModifier and TypeFieldDescription@lombok.NonNull boolean@lombok.NonNull boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull StringBuilderappend(@NonNull StringBuilder stringBuilder) @NonNull IDocumentGeneratorentityRelationDiagramEnabled(@NonNull Boolean entityRelationDiagramEnabled) @NonNull IDocumentGeneratorentityRelationDiagramInclude(@NonNull Boolean entityRelationDiagramInclude) @NonNull IDocumentGeneratorentityRelationDiagramLogicEnabled(@NonNull Boolean entityRelationDiagramLogicEnabled) @NonNull IDocumentGeneratorentityRelationDiagramPhysicEnabled(@NonNull Boolean entityRelationDiagramPhysicEnabled) @NonNull IDocumentGeneratorheaderFirstEnabled(@NonNull Boolean headerFirstEnabled) @NonNull IDocumentGeneratorheaderSecondEnabled(@NonNull Boolean headerSecondEnabled) @NonNull IDocumentGeneratorserviceName(@NonNull String serviceName) @NonNull IDocumentGeneratortableOfContentsEnabled(@NonNull Boolean tableOfContentsEnabled) Methods inherited from class ru.volnenko.maven.plugin.databasedoc.generator.impl.AbstractGenerator
generate, stringBuilderMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.volnenko.maven.plugin.databasedoc.generator.IGenerator
generate, stringBuilder
-
Field Details
-
entityRelationDiagramPhysicEnabled
@NonNull public @lombok.NonNull boolean entityRelationDiagramPhysicEnabled -
entityRelationDiagramLogicEnabled
@NonNull public @lombok.NonNull boolean entityRelationDiagramLogicEnabled
-
-
Constructor Details
-
DocumentGenerator
public DocumentGenerator()
-
-
Method Details
-
entityRelationDiagramPhysicEnabled
@NonNull public @NonNull IDocumentGenerator entityRelationDiagramPhysicEnabled(@NonNull @NonNull Boolean entityRelationDiagramPhysicEnabled) - Specified by:
entityRelationDiagramPhysicEnabledin interfaceIDocumentGenerator
-
entityRelationDiagramLogicEnabled
@NonNull public @NonNull IDocumentGenerator entityRelationDiagramLogicEnabled(@NonNull @NonNull Boolean entityRelationDiagramLogicEnabled) - Specified by:
entityRelationDiagramLogicEnabledin interfaceIDocumentGenerator
-
entityRelationDiagramEnabled
@NonNull public @NonNull IDocumentGenerator entityRelationDiagramEnabled(@NonNull @NonNull Boolean entityRelationDiagramEnabled) - Specified by:
entityRelationDiagramEnabledin interfaceIDocumentGenerator
-
entityRelationDiagramInclude
@NonNull public @NonNull IDocumentGenerator entityRelationDiagramInclude(@NonNull @NonNull Boolean entityRelationDiagramInclude) - Specified by:
entityRelationDiagramIncludein interfaceIDocumentGenerator
-
headerFirstEnabled
@NonNull public @NonNull IDocumentGenerator headerFirstEnabled(@NonNull @NonNull Boolean headerFirstEnabled) - Specified by:
headerFirstEnabledin interfaceIDocumentGenerator
-
tableOfContentsEnabled
@NonNull public @NonNull IDocumentGenerator tableOfContentsEnabled(@NonNull @NonNull Boolean tableOfContentsEnabled) - Specified by:
tableOfContentsEnabledin interfaceIDocumentGenerator
-
headerSecondEnabled
@NonNull public @NonNull IDocumentGenerator headerSecondEnabled(@NonNull @NonNull Boolean headerSecondEnabled) - Specified by:
headerSecondEnabledin interfaceIDocumentGenerator
-
serviceName
- Specified by:
serviceNamein interfaceIDocumentGenerator
-
append
- Specified by:
appendin interfaceIGenerator- Specified by:
appendin classAbstractGenerator
-