Skip to content

Conversation

@runeflobakk
Copy link
Member

No description provided.

Copy link

@martin-jackson martin-jackson left a comment

Choose a reason for hiding this comment

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

🗺️

@Test
void allBasicColumnMappersAreNullSafe() throws SQLException {
NonEmptyList<? extends BasicColumnMapper<?>> publicBasicMappers = Stream.of(Mappers.class.getFields())
.filter(field -> isStatic(field.getModifiers()) && isPublic(field.getModifiers()) && BasicColumnMapper.class.isAssignableFrom(field.getType()))

Choose a reason for hiding this comment

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

Fancy!

@runeflobakk runeflobakk merged commit d1c358e into main Apr 11, 2025
5 checks passed
@runeflobakk runeflobakk deleted the nullsafe-getInstant branch April 11, 2025 14:26
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