io.github.matejcerny.sbtconfig.parser
Members list
Type members
Classlikes
object ConfigParser
Parser for HOCON configuration files. Converts Typesafe Config to ProjectConfig model.
Parser for HOCON configuration files. Converts Typesafe Config to ProjectConfig model.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConfigParser.type
object DependencyParser
Parser for dependency fields in HOCON config.
Parser for dependency fields in HOCON config.
Supports three modes:
- Mode 1 (Flat list): all dependencies use
CrossVersionType.ScalaandPlatform.Shared. - Mode 2 (Language split):
scala/javamap toPlatform.Shared;jstoPlatform.Js;nativetoPlatform.Native. - Mode 3 (Full matrix): explicit platform grouping with
shared/jvmobjects andjs/nativeflat lists.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DependencyParser.type
object DeveloperParser
Parser for developer fields in HOCON config.
Parser for developer fields in HOCON config.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DeveloperParser.type
In this article