json4s3
json4s3
xyz.cofe.json4s3.derv
DefaultValue
DefaultValue
FromJson
FromJson
FromJsonBuilder
Selector
OptionExt
ToJson
ToJson
std
xyz.cofe.json4s3.derv.bignum
BigNumFromJson
BigNumFromJson
JsImpl
JsImplToJson
JsImplToJson
StringImpl
StringImplToJson
StringImplToJson
bigInt2jsBig
bigInt2jsStr
bigInt4numOrStr
long2jsBig
long2jsStr
long4numOrStr
xyz.cofe.json4s3.derv.errors
DervError
DervError
FieldNotFound
FromSumFail
NestedParserError
NestedTokenError
NotMatched
ToSumFail
TypeCastFail
xyz.cofe.json4s3.derv.selfConsistent
ConsistentFromJson
ConsistentToJson
booleanFromJson
booleanToJson
byteFromJson
byteToJson
doubleFromJson
doubleToJson
floatFromJson
floatToJson
intFromJson
intToJson
shortFromJson
shortToJson
stringFromJson
stringToJson
xyz.cofe.json4s3.desc
JsType
JsType
JsArray
JsBig
JsBool
JsFloat
JsInt
JsNull
JsStr
Prod
Prod
Sum
ToStr
JsonDescribe
xyz.cofe.json4s3.errors
DidNotMatchExpectInput
JsonError
JsonError
NoStackErr
NoInput
NotReady
ParentStateNotMatch
ParserError
ParserIteratorClosed
ParserIteratorError
ParserIteratorParserError
ParserIteratorTokError
ParserNoInput
ParserNotMatchInputToken
ParserUndefinedIndentifier
TokenError
TokenError
TokenIteratorClosed
TokenIteratorError
TokenIteratorIOError
TokenIteratorTokenizer
xyz.cofe.json4s3.query
NestedErrorQuery
Query
QuerySet
xyz.cofe.json4s3.query.errors
AmbiguousError
CastError
CastError
NestedError
NoDataError
QueryError
xyz.cofe.json4s3.stream.ast
AST
GenToken
JsObjOps
AST
JsStr
JsFloat
JsInt
JsBig
JsBool
JsArray
JsObj
FormattingJson
FormattingJson
FormatBuilder
given_FormattingJson
Parser
ArrayOps
ObjOps
State
ArrExpectValue
ArrExpectComma
ArrAfterComma
ObjExpFieldName
ObjAfterFieldName
ObjExpFieldValue
ObjExpectComma
ObjAfterComma
ParserIterator
xyz.cofe.json4s3.stream.token
StreamTokenParser
StreamTokenParserState
Token
Str
IntNumber
BigNumber
FloatNumber
WhiteSpace
Identifier
SLComment
MLComment
TokenIterator
Tokenizer
State
NumParse
StrParse
IdParser
CommentParse
WhitespaceParse
comment
Parser
State
ExpectEOL
ExpectN
ExpectML0
ExpectML1
Err
Finish
FinishConsumed
identifier
Parser
State
Err
Work
Finish
number
Parser
State
DecStart
DecPref
DecPart
HexInt
BinInt
OctInt
FloatAfterPoint
FloatFraction
FloatExpectFraction
ExpoSignOpt
Expo
Finish
FinishConsumed
Err
oneCharTokens
Parser
State
Err
Finish
string
Parser
State
Err
SimpleChar
EscStart
EscHex
EscUnicodeStart
EscUnicode4digit
EscUnicode5digit
EscZero
EscOct
Finish
whitespace
Parser
State
Err
Work
Finish
json4s3
/
xyz.cofe.json4s3.desc
/
JsType
JsType
object
JsType
Companion:
class
Graph
Supertypes
Self type
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
JsType
.type
Type members
Type members
Classlikes
case
object
JsArray
extends
JsType
case
object
JsBig
extends
JsType
case
object
JsBool
extends
JsType
case
object
JsFloat
extends
JsType
case
object
JsInt
extends
JsType
case
object
JsNull
extends
JsType
case
object
JsStr
extends
JsType
case
class
Prod
(
items:
Map
[
String
|
Int
,
JsType
])
extends
JsType
Companion:
object
object
Prod
Companion:
class
case
class
Sum
(
types:
Map
[
JsType
,
Int
])
extends
JsType
case
class
ToStr
(
level:
Int
)
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from:
Mirror