Class AwsSchemaProvider

All Implemented Interfaces:
Serializable, SchemaProvider

public class AwsSchemaProvider extends GetterBasedSchemaProviderV2
Schema provider for AWS SdkPojo models using the provided field metadata (@see SdkPojo.sdkFields()) rather than reflection.

Note: Beam doesn't support self-referential schemas. Some AWS models are not compatible with schemas for that reason and require a dedicated coder, such as DynamoDB AttributeValue (coder).

See Also: