Class

com.hypertino.binders.json

JsonDeserializerBase

Related Doc: package json

Permalink

abstract class JsonDeserializerBase[C <: Converter, I <: Deserializer[C]] extends Deserializer[C]

Linear Supertypes
Deserializer[C], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonDeserializerBase
  2. Deserializer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsonDeserializerBase(jsonParser: JsonParserApi, moveToNextToken: Boolean, fieldName: Option[String])

    Permalink

Type Members

  1. class PrefetchIterator extends Iterator[I]

    Permalink
    Attributes
    protected
  2. type nameConverterType = C

    Permalink
    Definition Classes
    Deserializer

Abstract Value Members

  1. abstract def bindOptions: BindOptions

    Permalink
    Attributes
    protected
  2. abstract def createFieldDeserializer(jsonParser: JsonParserApi, moveToNextToken: Boolean, fieldName: Option[String]): I

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def consume(): Unit

    Permalink
  7. def createArrayIterator: Iterator[I]

    Permalink
    Attributes
    protected
  8. def createObjectIterator: Iterator[I]

    Permalink
    Attributes
    protected
  9. val currentToken: JsToken

    Permalink
    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. val fieldName: Option[String]

    Permalink
    Definition Classes
    JsonDeserializerBase → Deserializer
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isNull: Boolean

    Permalink
    Definition Classes
    JsonDeserializerBase → Deserializer
  17. def iterator(): Iterator[I]

    Permalink
  18. val moveToNextToken: Boolean

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def nextToken(): JsToken

    Permalink
    Attributes
    protected
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def readBigDecimal(): BigDecimal

    Permalink
  24. def readBigDecimalOption(): Option[BigDecimal]

    Permalink
  25. def readBoolean(): Boolean

    Permalink
  26. def readBooleanOption(): Option[Boolean]

    Permalink
  27. def readDouble(): Double

    Permalink
  28. def readDoubleOption(): Option[Double]

    Permalink
  29. def readDuration(): Duration

    Permalink
  30. def readDurationOption: Option[Duration]

    Permalink
  31. def readFiniteDuration(): FiniteDuration

    Permalink
  32. def readFiniteDurationOption(): Option[FiniteDuration]

    Permalink
  33. def readFloat(): Float

    Permalink
  34. def readFloatOption(): Option[Float]

    Permalink
  35. def readInt(): Int

    Permalink
  36. def readIntOption(): Option[Int]

    Permalink
  37. def readLong(): Long

    Permalink
  38. def readLongOption(): Option[Long]

    Permalink
  39. def readString(): String

    Permalink
  40. def readStringOption(): Option[String]

    Permalink
  41. def readValue(): Value

    Permalink
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Deserializer[C]

Inherited from AnyRef

Inherited from Any

Ungrouped