Class NestedRecordUtils.SchemaLookupKey
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.extensions.utility.NestedRecordUtils.SchemaLookupKey
-
- Enclosing class:
- NestedRecordUtils
public static final class NestedRecordUtils.SchemaLookupKey extends Object
Identity-based cache key for schema lookups: - compares TableSchema by identity (==) to avoid depending on its equals/hashCode semantics - compares attribute name by value
-
-
Constructor Summary
Constructors Constructor Description SchemaLookupKey(TableSchema<?> parentSchema, String attributeName)
-