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
-
Class org.rodnansol.core.generator.template.TemplateNotFoundException 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
-
contentCustomization
ContentCustomization contentCustomization
Field storing customization options for the content template.- Since:
- 0.6.0
-
headerEnabled
boolean headerEnabled
If the header should be enabled or not.- Since:
- 0.2.0
-
includeEnvFormat
boolean includeEnvFormat
Deprecated, for removal: This API element is subject to removal in a future version.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
-
templateMode
TemplateMode templateMode
Controls the template mode.By default, the mode is STANDARD to provide backward compatibility.
- Since:
- 0.6.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.ContentCustomization extends Object implements Serializable
-
Serialized Fields
-
includeClass
boolean includeClass
Field defines if the `class` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeDefaultValue
boolean includeDefaultValue
Field defines if the `defaultValue` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeDeprecation
boolean includeDeprecation
Field defines if the `deprecation` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeDescription
boolean includeDescription
Field defines if the `description` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeEnvFormat
boolean includeEnvFormat
Field defines if the `envFormat` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeKey
boolean includeKey
Field defines if the `key` should be rendered in the final documentation or not.- Since:
- 0.6.0
-
includeType
boolean includeType
Field defines if the `type` should be rendered in the final documentation or not.- Since:
- 0.6.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
-