object DynamoValue extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoValue
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
fromAttributeValue(av: AttributeValue): DynamoValue
Creats a pure value from an
AttributeValue -
def
fromBoolean(b: Boolean): DynamoValue
Creates a boolean value
-
def
fromByteBuffer(b: ByteBuffer): DynamoValue
Creates a byte buffer value
-
def
fromByteBuffers(bs: Iterable[ByteBuffer]): DynamoValue
Creates an array of byte buffers
-
def
fromDynamoArray(xs: DynamoArray): DynamoValue
Creates an array from a DynamoArray
-
def
fromDynamoObject(xs: DynamoObject): DynamoValue
Creates a map from a DynamoObject
-
def
fromFields(as: (String, DynamoValue)*): DynamoValue
Creates aa map of values
-
def
fromMap(as: Map[String, DynamoValue]): DynamoValue
Builds a map of values from an actual
Map -
def
fromNumber[N](n: N)(implicit arg0: Numeric[N]): DynamoValue
Creates a numeric value
-
def
fromNumbers[N](ns: Iterable[N])(implicit arg0: Numeric[N]): DynamoValue
Creates an array of numbers
-
def
fromString(s: String): DynamoValue
Creates a string value
-
def
fromStrings(ss: Iterable[String]): DynamoValue
Creates an array of strings
-
def
fromValues(as: Iterable[DynamoValue]): DynamoValue
Creates an array of values
-
final
def
getClass(): Class[_]
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
nil: DynamoValue
The
nullvalue -
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
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit object dynamoValueFormat extends DynamoFormat[DynamoValue]