TableRow
A TableRow represents each row in a Table which is an intermediate light-weight structure produced from ConfigDocs. Table is more easier to be converted to formats such as Json, markdown or any custom format fo your choice.
Value parameters
- description
-
: Description (zio-config in-built or user-provided) of the key (paths).
- format
-
: The format of value of key (paths). Example: it can be a Primitive type (String, Int etc), or it can be complex structures as such as List or Map.
- nested
-
: A
TableRowcan be pointed to a nested table that has the details of all the child paths that are underpaths. HenceTableRowis a recursive structure. - paths
-
: Each config key is basically a list of paths representing its hierarchy. Example: "aws.ec2.instance.type" where list of paths is List("aws", "ec2", "instance", "type")
- sources:
-
All the sources from which
pathscan be retrieved.
Attributes
- Graph
-
- Supertypes