Format

zio.config.ConfigDocsModule.Table.Format
See theFormat companion object
sealed trait Format

Format is further used in Table which is used for config documentation. Format helps the readers of the documentation understand the details of the format of each paths that forms their application config.

Example: A format can be List, Map, Primitive, or it can even be even more complex such as AllOf or AnyOneOf. If Format of paths K is AllOf, it implies that there are more distinct paths under the paths K, and user need to satisfy (i.e, provide them in the source) all of the paths under K.

If Format of paths K is AnyOneOf, it implies there are more distinct paths under the paths K, then user need to satisfy (i.e, provide them in the source) any one of the paths under K.

If Format of oaths K is Recursion then that means there is a repetition of same path structure under the paths K

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AllOf
object AnyOneOf
object List
object Map
object Nested
object NotApplicable
object Primitive
object Recursion
object RecursionList
Show all
Self type

Members list

Value members

Concrete methods