class MapStringReader[T] extends SimpleReader[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MapStringReader
- SimpleReader
- SimpleVisitor
- Reader
- Visitor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MapStringReader(f: (CharSequence) => T)
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectedMsg: String
- Definition Classes
- MapStringReader → SimpleVisitor
- final def getClass(): Class[_ <: AnyRef]
- 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 map[Z](f: (T) => Z): Readers.Reader[Z]
- Definition Classes
- Reader → Visitor
- def mapNulls[Z](f: (T) => Z): Readers.Reader[Z]
- Definition Classes
- Reader → Visitor
- def narrow[K <: T]: Readers.Reader[K]
- Definition Classes
- Reader
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def visitArray(length: Int, index: Int): ArrVisitor[Any, T]
- Definition Classes
- SimpleVisitor → Visitor
- def visitBinary(bytes: Array[Byte], offset: Int, len: Int, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitChar(s: Char, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitExt(tag: Byte, bytes: Array[Byte], offset: Int, len: Int, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitFalse(index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitFloat32(d: Float, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitFloat64(d: Double, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitFloat64String(s: String, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitFloat64StringParts(s: CharSequence, decIndex: Int, expIndex: Int, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitInt32(i: Int, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitInt64(i: Long, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitNull(index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitObject(length: Int, index: Int): ObjVisitor[Any, T]
- Definition Classes
- SimpleVisitor → Visitor
- def visitString(s: CharSequence, index: Int): T
- Definition Classes
- MapStringReader → SimpleVisitor → Visitor
- def visitTrue(index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- def visitUInt64(i: Long, index: Int): T
- Definition Classes
- SimpleVisitor → Visitor
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.