Serialized Form
-
Package org.rodnansol.core.generator
-
Class org.rodnansol.core.generator.DocumentGenerationException extends RuntimeException implements Serializable
-
-
Package org.rodnansol.core.generator.reader
-
Class org.rodnansol.core.generator.reader.MetadataConversionException extends RuntimeException implements Serializable
-
-
Package org.rodnansol.core.generator.template.customization
-
Class org.rodnansol.core.generator.template.customization.AbstractTemplateCustomization extends Object implements Serializable
-
Serialized Fields
-
headerEnabled
boolean headerEnabled
If the header should be enabled or not.- Since:
- 0.2.0
-
includeEnvFormat
boolean includeEnvFormat
If the properties should be converted to their environment variable representation to have a quicker way to copy and paste them.- Since:
- 0.4.0
-
includeGenerationDate
boolean includeGenerationDate
If the generation date should be rendered into the document or not.- Since:
- 0.4.0
-
includeUnknownGroup
boolean includeUnknownGroup
If the 'Unknown group' should be included or not.- Since:
- 0.3.0
-
locale
String locale
Locale to be used during the i18n process.- Since:
- 0.4.0
-
removeEmptyGroups
boolean removeEmptyGroups
If empty groups must be removed from the final document or not.- Since:
- 0.4.0
-
tableOfContentsEnabled
boolean tableOfContentsEnabled
Should the "Table of Contents" enabled or not.- Since:
- 0.2.0
-
tocTitle
String tocTitle
Table of Contents title.- Since:
- 0.4.0
-
unknownGroupLocalization
String unknownGroupLocalization
Returns the title for the unknown group.- Since:
- 0.4.0
-
-
-
Class org.rodnansol.core.generator.template.customization.AsciiDocTemplateCustomization extends AbstractTemplateCustomization implements Serializable
-
Serialized Fields
-
tocLevels
int tocLevels
Table of contents levels.- Since:
- 0.2.0
-
tocPlacement
AsciiDocTemplateCustomization.TocPlacement tocPlacement
Placement of the "Table of Contents"- Since:
- 0.2.0
-
-
-
Class org.rodnansol.core.generator.template.customization.HtmlTemplateCustomization extends AbstractTemplateCustomization implements Serializable
-
Serialized Fields
-
backgroundColor
String backgroundColor
Background color.- Since:
- 0.2.0
-
codeColor
String codeColor
Code color.- Since:
- 0.2.0
-
collapsibleHoverColor
String collapsibleHoverColor
Collapsible hover color.- Since:
- 0.2.0
-
evenTableRowColor
String evenTableRowColor
Even table row color.- Since:
- 0.2.0
-
lastTableRowColor
String lastTableRowColor
Last table row color.- Since:
- 0.2.0
-
linkColor
String linkColor
Link color.- Since:
- 0.2.0
-
tableRowBorderColor
String tableRowBorderColor
Table row border color.- Since:
- 0.2.0
-
tableRowColor
String tableRowColor
Table row color.- Since:
- 0.2.0
-
textColor
String textColor
Text color.- Since:
- 0.2.0
-
-
-
Class org.rodnansol.core.generator.template.customization.MarkdownTemplateCustomization extends AbstractTemplateCustomization implements Serializable
-
Class org.rodnansol.core.generator.template.customization.XmlTemplateCustomization extends AbstractTemplateCustomization implements Serializable
-
-
Package org.springframework.boot.context.properties.source
-
Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException extends RuntimeException implements Serializable
-
Serialized Fields
-
invalidCharacters
List<Character> invalidCharacters
-
name
CharSequence name
-
-
-
Class org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException extends RuntimeException implements Serializable
-
Class org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException extends RuntimeException implements Serializable
-