static <T> AttributeMapper.Builder<T> |
AttributeMapper.builder() |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.constructor(Constructor<T> constructor) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.constructor(Constructor<T> constructor) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.dateCreatedField(Tuple<String,Field> dateCreatedField) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.dateCreatedField(Tuple<String,Field> dateCreatedField) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.dateUpdatedField(Tuple<String,Field> dateUpdatedField) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.dateUpdatedField(Tuple<String,Field> dateUpdatedField) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.globalSecondaryIndexMap(Map<String,GSI> globalSecondaryIndexMap) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.globalSecondaryIndexMap(Map<String,GSI> globalSecondaryIndexMap) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.mappedClass(Class<T> mappedClass) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.mappedClass(Class<T> mappedClass) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.mappedFields(Map<String,Tuple<Field,DbAttribute>> mappedFields) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.mappedFields(Map<String,Tuple<Field,DbAttribute>> mappedFields) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.primaryKeyMapping(Map<KeyType,Tuple<String,Field>> primaryKeyMapping) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.primaryKeyMapping(Map<KeyType,Tuple<String,Field>> primaryKeyMapping) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.tableName(String tableName) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.tableName(String tableName) |
|
AttributeMapper.Builder<T> |
AttributeMapper.AttributeMapperBuilder.versionAttributeField(Tuple<Field,DbAttribute> versionAttributeField) |
|
AttributeMapper.Builder<T> |
AttributeMapper.Builder.versionAttributeField(Tuple<Field,DbAttribute> versionAttributeField) |
|