Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add JavaDoc and test wrt custom JsonDeserializers null handling #4594

Merged
merged 3 commits into from
Jun 22, 2024

Conversation

JooHyukKim
Copy link
Member

@JooHyukKim JooHyukKim commented Jun 22, 2024

Adds JavaDoc and test regarding #4225

Update CustomDeserializers4225NullCacheTest.java

Clean up note
@JooHyukKim JooHyukKim changed the title Add JavaDoc and test regarding custom JsonDeserializer handling null values Add JavaDoc and test wrt custom JsonDeserializers handling null values Jun 22, 2024
@JooHyukKim JooHyukKim changed the title Add JavaDoc and test wrt custom JsonDeserializers handling null values Add JavaDoc and test wrt custom JsonDeserializers null handling Jun 22, 2024
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.testutil.DatabindTestUtil;
import org.junit.jupiter.api.Test;
Copy link
Member

@cowtowncoder cowtowncoder Jun 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix these, import order differs from style guide.

@cowtowncoder cowtowncoder merged commit f8c1363 into FasterXML:2.17 Jun 22, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants