class MapObjContext[T, V, Z] extends ObjVisitor[T, Z]
- Alphabetic
- By Inheritance
- MapObjContext
- ObjVisitor
- ObjArrVisitor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new MapObjContext(src: ObjVisitor[T, V], f: (V) ⇒ Z)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isObj: Boolean
- returns
true if this is a json object false if this is a json array
- Definition Classes
- ObjVisitor → ObjArrVisitor
-
def
narrow: ObjVisitor[Any, Z]
Casts T from _ to Any.
Casts T from _ to Any.
- Definition Classes
- ObjVisitor → ObjArrVisitor
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
subVisitor: Visitor[_, _]
Called on descent into elements.
Called on descent into elements.
The returned Visitor will be used to visit this branch of the json.
- Definition Classes
- MapObjContext → ObjArrVisitor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
visitEnd(index: Int): Z
Called on end of the object or array.
Called on end of the object or array.
- index
json source position at the start of the '}' or ']' being visited
- returns
the result of visiting this array or object
- Definition Classes
- MapObjContext → ObjArrVisitor
-
def
visitKey(index: Int): Visitor[_, _]
- index
json source position at the start of the key being visited
- Definition Classes
- MapObjContext → ObjVisitor
-
def
visitKeyValue(s: Any): Unit
- Definition Classes
- MapObjContext → ObjVisitor
-
def
visitValue(v: T, index: Int): Unit
Called on completion of visiting an array element or object field value, with the produced result, T.
Called on completion of visiting an array element or object field value, with the produced result, T.
- v
result of visiting a value in this object or arary (not the input value, this would have been passed to subVisitor)
- index
json source character position being visited
- Definition Classes
- MapObjContext → ObjArrVisitor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )