PlatformDefaults

Core: Platform-specific Defaults

It is expected that a set of platform defaults are defined for each platform that Elide supports. These defaults can reference the global set of universal defaults (elide.core.Defaults), or override with their own values. All defaults must be defined at compile time.

Platform defaults for the JVM.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val charset: String

Default character set when interpreting string data, or converting string data to and from raw bytes. The default character set should be overridable in almost every circumstance; this value is merely a reasonable default.

open val charset: String

Default character set when interpreting string data, or converting string data to and from raw bytes. The default character set should be overridable in almost every circumstance; this value is merely a reasonable default.