Skip to content

Commit 89229af

Browse files
committed
Polishing.
Add since tag. Reformat code. See #2601
1 parent c9b194c commit 89229af

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main/java/org/springframework/data/redis/serializer/GenericJackson2JsonRedisSerializer.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,15 @@ public <T> T deserialize(@Nullable byte[] source, Class<T> type) throws Serializ
255255
}
256256

257257
/**
258-
* Builder method used to configure and customize the internal Jackson {@link ObjectMapper} created by
259-
* this {@link GenericJackson2JsonRedisSerializer} and used to de/serialize {@link Object objects}
260-
* as {@literal JSON}.
258+
* Builder method used to configure and customize the internal Jackson {@link ObjectMapper} created by this
259+
* {@link GenericJackson2JsonRedisSerializer} and used to de/serialize {@link Object objects} as {@literal JSON}.
261260
*
262261
* @param objectMapperConfigurer {@link Consumer} used to configure and customize the internal {@link ObjectMapper};
263-
* must not be {@literal null}.
262+
* must not be {@literal null}.
264263
* @return this {@link GenericJackson2JsonRedisSerializer}.
265-
* @throws IllegalArgumentException if the {@link Consumer} used to configure and customize
266-
* the internal {@link ObjectMapper} is {@literal null}.
264+
* @throws IllegalArgumentException if the {@link Consumer} used to configure and customize the internal
265+
* {@link ObjectMapper} is {@literal null}.
266+
* @since 3.1.5
267267
*/
268268
public GenericJackson2JsonRedisSerializer configure(Consumer<ObjectMapper> objectMapperConfigurer) {
269269

0 commit comments

Comments
 (0)