Class MetaTableSchemaCache
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.mapper.MetaTableSchemaCache
A cache that can store lazily initialized MetaTableSchema objects used by the TableSchema creation classes to
 facilitate self-referencing recursive builds.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Optional<MetaTableSchema<T>> <T> MetaTableSchema<T> getOrCreate(Class<T> mappedClass)  
- 
Constructor Details
- 
MetaTableSchemaCache
public MetaTableSchemaCache() 
 - 
 - 
Method Details
- 
getOrCreate
 - 
get
 
 -