object DynamoValue extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoValue
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def fromAttributeValue(av: AttributeValue): DynamoValue

    Creats a pure value from an AttributeValue

  9. def fromBoolean(b: Boolean): DynamoValue

    Creates a boolean value

  10. def fromByteBuffer(b: ByteBuffer): DynamoValue

    Creates a byte buffer value

  11. def fromByteBuffers(bs: Iterable[ByteBuffer]): DynamoValue

    Creates an array of byte buffers

  12. def fromDynamoArray(xs: DynamoArray): DynamoValue

    Creates an array from a DynamoArray

  13. def fromDynamoObject(xs: DynamoObject): DynamoValue

    Creates a map from a DynamoObject

  14. def fromFields(as: (String, DynamoValue)*): DynamoValue

    Creates aa map of values

  15. def fromMap(as: Map[String, DynamoValue]): DynamoValue

    Builds a map of values from an actual Map

  16. def fromNumber[N](n: N)(implicit arg0: Numeric[N]): DynamoValue

    Creates a numeric value

  17. def fromNumbers[N](ns: Iterable[N])(implicit arg0: Numeric[N]): DynamoValue

    Creates an array of numbers

  18. def fromString(s: String): DynamoValue

    Creates a string value

  19. def fromStrings(ss: Iterable[String]): DynamoValue

    Creates an array of strings

  20. def fromValues(as: Iterable[DynamoValue]): DynamoValue

    Creates an array of values

  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. val nil: DynamoValue

    The null value

  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit object dynamoValueFormat extends DynamoFormat[DynamoValue]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped