DATAKV-36
+ rename .mapper package to .hash to better reflect its function
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.data.keyvalue.redis.mapper;
|
||||
package org.springframework.data.keyvalue.redis.hash;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package org.springframework.data.keyvalue.redis.mapper;
|
||||
package org.springframework.data.keyvalue.redis.hash;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
@@ -22,7 +22,7 @@ import java.util.Map;
|
||||
import org.junit.Test;
|
||||
import org.springframework.data.keyvalue.redis.Address;
|
||||
import org.springframework.data.keyvalue.redis.Person;
|
||||
import org.springframework.data.keyvalue.redis.mapper.HashMapper;
|
||||
import org.springframework.data.keyvalue.redis.hash.HashMapper;
|
||||
|
||||
/**
|
||||
* @author Costin Leau
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
*/
|
||||
package org.springframework.data.keyvalue.redis.mapping;
|
||||
|
||||
import org.springframework.data.keyvalue.redis.mapper.HashMapper;
|
||||
import org.springframework.data.keyvalue.redis.mapper.JacksonHashMapper;
|
||||
import org.springframework.data.keyvalue.redis.hash.HashMapper;
|
||||
import org.springframework.data.keyvalue.redis.hash.JacksonHashMapper;
|
||||
|
||||
public class JacksonHashMapperTest extends AbstractHashMapperTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user