org.getshaka.nativeconverter
package org.getshaka.nativeconverter
Members list
Type members
Classlikes
class ArrayProduct(arr: Array[Any]) extends Product
Attributes
- Supertypes
-
trait Producttrait Equalsclass Objecttrait Matchableclass Any
object EsConverters
Converters for native JS types not supported by JSON.
Converters for native JS types not supported by JSON.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EsConverters.type
Typeclass for converting between Scala.js and native JavaScript.
Typeclass for converting between Scala.js and native JavaScript.
Type parameters
- A
-
the type to convert
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object BooleanConv.typeobject ByteConv.typeobject CharConv.typeobject DoubleConv.typeobject FloatConv.typeobject IntConv.typeobject JSAnyConv.typeobject JSDateConv.typeobject LongConv.typeobject NullConv.typeobject ShortConv.typeobject StringConv.typeobject UUIDConv.typeShow all
object NativeConverter
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NativeConverter.type
class ParseState
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ParseState
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ParseState.type
Extensions
Extensions
extension (json: String)(json: String)
extension (nativeJs: Any)(nativeJs: Any)
In this article