Class HashKeyIsIdHashKeyExtractor<ID>
- java.lang.Object
-
- org.socialsignin.spring.data.dynamodb.repository.support.HashKeyIsIdHashKeyExtractor<ID>
-
- All Implemented Interfaces:
HashKeyExtractor<ID,ID>
public class HashKeyIsIdHashKeyExtractor<ID> extends java.lang.Object implements HashKeyExtractor<ID,ID>
- Author:
- Michael Lavelle, Sebastian Just
-
-
Constructor Summary
Constructors Constructor Description HashKeyIsIdHashKeyExtractor(java.lang.Class<ID> idAndHashKeyType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDgetHashKey(ID id)
-
-
-
Constructor Detail
-
HashKeyIsIdHashKeyExtractor
public HashKeyIsIdHashKeyExtractor(java.lang.Class<ID> idAndHashKeyType)
-
-
Method Detail
-
getHashKey
public ID getHashKey(ID id)
- Specified by:
getHashKeyin interfaceHashKeyExtractor<ID,ID>
-
-