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 LocalDate and Enum castings #45

Merged
merged 1 commit into from
Aug 2, 2018
Merged

Conversation

Ramgarr
Copy link

@Ramgarr Ramgarr commented Aug 1, 2018

As discussed in #42, I added support for java.time.LocalDate and for Enums.
Feel free to use it in full or in part if you want !

@coveralls
Copy link

coveralls commented Aug 1, 2018

Coverage Status

Coverage increased (+0.4%) to 87.339% when pulling 8a27277 on Ramgarr:master into 9e389e2 on ozlerhakan:master.

import java.util.Objects;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
import java.util.*;
Copy link

Choose a reason for hiding this comment

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

I would just import only the required classes.

Copy link
Owner

Choose a reason for hiding this comment

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

I will consider importing only the required classes @samhalpa , thanks!

@ozlerhakan
Copy link
Owner

Thank you @Ramgarr , 1.15 will support this feature

@ozlerhakan ozlerhakan merged commit 89bfc30 into ozlerhakan:master Aug 2, 2018
@ozlerhakan
Copy link
Owner

merged!

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.

None yet

4 participants