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()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def fromAttributeValue(av: AttributeValue): DynamoValue

    Creats a pure value from an AttributeValue

  10. def fromBoolean(b: Boolean): DynamoValue

    Creates a boolean value

  11. def fromByteBuffer(b: ByteBuffer): DynamoValue

    Creates a byte buffer value

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

    Creates an array of byte buffers

  13. def fromDynamoArray(xs: DynamoArray): DynamoValue

    Creates an array from a DynamoArray

  14. def fromDynamoObject(xs: DynamoObject): DynamoValue

    Creates a map from a DynamoObject

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

    Creates aa map of values

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

    Builds a map of values from an actual Map

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

    Creates a numeric value

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

    Creates an array of numbers

  19. def fromString(s: String): DynamoValue

    Creates a string value

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

    Creates an array of strings

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

    Creates an array of values

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

    The null value

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped