NTObjReader
Attributes
- Graph
-
- Supertypes
-
class CaseClassReader3V2[NamedTuple[N, V]]class CaseClassReader[NamedTuple[N, V]]trait SimpleReader[NamedTuple[N, V]]trait SimpleVisitor[Any, NamedTuple[N, V]]trait Reader[NamedTuple[N, V]]trait Visitor[Any, NamedTuple[N, V]]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- CaseClassReader3V2
- Supertypes
-
trait BaseCaseObjectContexttrait ObjVisitor[Any, T]trait ObjArrVisitor[Any, T]class Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Definition Classes
-
CaseClassReader3V2
Attributes
- Definition Classes
-
CaseClassReader3V2
Attributes
- Definition Classes
-
CaseClassReader3V2
Attributes
- Definition Classes
-
CaseClassReader3V2
Inherited methods
Attributes
- Definition Classes
-
CaseClassReader -> SimpleVisitor
- Inherited from:
- CaseClassReader
Attributes
- Definition Classes
-
Reader -> Visitor
- Inherited from:
- Reader
Attributes
- Definition Classes
-
Reader -> Visitor
- Inherited from:
- Reader
Attributes
- Inherited from:
- Reader
Value parameters
- index
-
json source position at the start of the
[
being visited
Attributes
- Returns
-
a Visitor used for visiting the elements of the array
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Value parameters
- index
-
json source position at the start of the
false
being visited
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Delegates to visitFloat64StringParts
if not overriden
Value parameters
- d
-
the input number
- index
-
json source position at the start of the number being visited
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- Visitor
Attributes
- Inherited from:
- Visitor
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Value parameters
- index
-
json source position at the start of the string being visited
- s
-
the text string being visited
Attributes
- Inherited from:
- SimpleVisitor
Visit the number in its text representation.
Visit the number in its text representation.
Value parameters
- decIndex
-
index of the
.
, relative to the start of the CharSequence, or -1 if omitted - expIndex
-
index of
e
orE
relative to the start of the CharSequence, or -1 if omitted - index
-
json source position at the start of the number being visited
- s
-
unparsed text representation of the number.
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Value parameters
- index
-
json source position at the start of the
null
being visited
Attributes
- Inherited from:
- SimpleVisitor
Value parameters
- index
-
json source position at the start of the
{
being visited
Attributes
- Returns
-
a ObjVisitor used for visiting the keys/values of the object
- Definition Classes
-
CaseClassReader3V2 -> SimpleVisitor -> Visitor
- Inherited from:
- CaseClassReader3V2
Value parameters
- index
-
json source position at the start of the string being visited
- s
-
the text string being visited
Attributes
- Definition Classes
-
CaseClassReader -> SimpleVisitor -> Visitor
- Inherited from:
- CaseClassReader
Value parameters
- index
-
json source position at the start of the
true
being visited
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- SimpleVisitor
Attributes
- Inherited from:
- CaseClassReader3V2
Attributes
- Inherited from:
- CaseClassReader3V2
Inherited fields
Attributes
- Inherited from:
- CaseClassReader3V2