Class BeanTableSchemaAttributeTags
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.mapper.BeanTableSchemaAttributeTags
-
public final class BeanTableSchemaAttributeTags extends Object
Static provider class for coreBeanTableSchemaattribute tags. Each of the implemented annotations has a corresponding reference to this class in aBeanTableSchemaAttributeTagmeta-annotation.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StaticAttributeTagattributeTagFor(DynamoDbAtomicCounter annotation)static StaticAttributeTagattributeTagFor(DynamoDbPartitionKey annotation)static StaticAttributeTagattributeTagFor(DynamoDbSecondaryPartitionKey annotation)static StaticAttributeTagattributeTagFor(DynamoDbSecondarySortKey annotation)static StaticAttributeTagattributeTagFor(DynamoDbSortKey annotation)static StaticAttributeTagattributeTagFor(DynamoDbUpdateBehavior annotation)
-
-
-
Method Detail
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbPartitionKey annotation)
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbSortKey annotation)
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbSecondaryPartitionKey annotation)
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbSecondarySortKey annotation)
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbUpdateBehavior annotation)
-
attributeTagFor
public static StaticAttributeTag attributeTagFor(DynamoDbAtomicCounter annotation)
-
-