toggle menu
encoding
2.3.1
common
switch theme
search in API
core
/
io.matthewnelson.encoding.core
/
EncoderDecoder
/
Config
/
Setting
Setting
protected
inner
class
Setting
(
name
:
String
,
val
value
:
Any
?
)
(
source
)
Additional setting to
Config
, unique to the implementing class. Used in the
toString
output
Members
Constructors
Setting
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Any
?
)
Properties
name
Link copied to clipboard
@
JvmField
val
name
:
String
value
Link copied to clipboard
@
JvmField
val
value
:
Any
?