Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 0b00635

Browse files
committed
Fix 🚀
1 parent 5d7370d commit 0b00635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/2022-03-02-custom-jackson-module-deserlializer-serializer-object-mapper-java-spi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if we decide to stick with it) from one of our new app specific module *without
2727
coupling/dependencies*. This is how me and [Alex Stabile](https://www.linkedin.com/in/alex-stabile-a9316b94/)
2828
discovered the power of [Java Service Provider interface](https://www.baeldung.com/java-spi), used by [Jackson
2929
Object Mapper](https://www.baeldung.com/jackson-object-mapper-tutorial) to register external custom [Modules](https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/Module.html) in order
30-
to apply application specific serialization/deserialization procedures.
30+
to apply application specific serialization/deserialization procedures.
3131
Before starting with the implementation details, let me introduce Alex :rocket::clap:. He is a Senior Software
3232
Engineer with 9 years of experience. He is able to develop software application as a real Full stack developer, from
3333
the backend using a lot of different languages, to the frontend (web and mobile).

0 commit comments

Comments
 (0)