encoding
Toggle table of contents
2.4.0
common
Platform filter
common
Switch theme
Search in API
encoding
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
?