Class

com.rallyhealth.weejson.v1.upicklecompat

UWVisitor

Related Doc: package upicklecompat

Permalink

class UWVisitor[T, J] extends Visitor[T, J]

Linear Supertypes
Visitor[T, J], AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UWVisitor
  2. Visitor
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UWVisitor(visitor: Visitor[T, J])

    Permalink

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 close(): Unit

    Permalink
    Definition Classes
    Visitor → AutoCloseable
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  12. def map[Z](f: (J) ⇒ Z): Visitor[T, Z]

    Permalink
    Definition Classes
    Visitor
  13. def mapNulls[Z](f: (J) ⇒ Z): Visitor[T, Z]

    Permalink
    Definition Classes
    Visitor
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def visitArray(length: Int): ArrVisitor[T, J]

    Permalink
    Definition Classes
    UWVisitor → Visitor
  20. def visitBinary(bytes: Array[Byte], offset: Int, len: Int): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  21. def visitChar(c: Char): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  22. def visitExt(tag: Byte, bytes: Array[Byte], offset: Int, len: Int): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  23. def visitFalse(): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  24. def visitFloat32(d: Float): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  25. def visitFloat64(d: Double): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  26. def visitFloat64String(s: String): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  27. def visitFloat64StringParts(cs: CharSequence, decIndex: Int, expIndex: Int): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  28. def visitInt32(i: Int): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  29. def visitInt64(l: Long): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  30. def visitNull(): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  31. def visitObject(length: Int): ObjVisitor[T, J]

    Permalink
    Definition Classes
    UWVisitor → Visitor
  32. def visitString(cs: CharSequence): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  33. def visitTimestamp(instant: Instant): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  34. def visitTrue(): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  35. def visitUInt64(ul: Long): J

    Permalink
    Definition Classes
    UWVisitor → Visitor
  36. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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 Visitor[T, J]

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped