Class TableSchemaFactory
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.mapper.TableSchemaFactory
-
@SdkProtectedApi public class TableSchemaFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TableSchema<T>fromClass(Class<T> annotatedClass, ExecutionContext context)
-
-
-
Method Detail
-
fromClass
public static <T> TableSchema<T> fromClass(Class<T> annotatedClass, ExecutionContext context)
-
-