Class AttributeValueCoder
- java.lang.Object
-
- org.apache.beam.sdk.coders.Coder<T>
-
- org.apache.beam.sdk.coders.StructuredCoder<T>
-
- org.apache.beam.sdk.coders.AtomicCoder<software.amazon.awssdk.services.dynamodb.model.AttributeValue>
-
- org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoder
-
- All Implemented Interfaces:
java.io.Serializable
public class AttributeValueCoder extends org.apache.beam.sdk.coders.AtomicCoder<software.amazon.awssdk.services.dynamodb.model.AttributeValue>ACoderthat serializes and deserializes theAttributeValueobjects.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.services.dynamodb.model.AttributeValuedecode(java.io.InputStream inStream)voidencode(software.amazon.awssdk.services.dynamodb.model.AttributeValue value, java.io.OutputStream outStream)static AttributeValueCoderof()-
Methods inherited from class org.apache.beam.sdk.coders.AtomicCoder
equals, getCoderArguments, getComponents, hashCode, verifyDeterministic
-
-
-
-
Method Detail
-
of
public static AttributeValueCoder of()
-
encode
public void encode(software.amazon.awssdk.services.dynamodb.model.AttributeValue value, java.io.OutputStream outStream) throws java.io.IOException- Specified by:
encodein classorg.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.dynamodb.model.AttributeValue>- Throws:
java.io.IOException
-
decode
public software.amazon.awssdk.services.dynamodb.model.AttributeValue decode(java.io.InputStream inStream) throws java.io.IOException- Specified by:
decodein classorg.apache.beam.sdk.coders.Coder<software.amazon.awssdk.services.dynamodb.model.AttributeValue>- Throws:
java.io.IOException
-
-