steem-java-api-wrapper
steem-java-api-wrapper copied to clipboard
Use Java 8 Optional<> for optional fields
trafficstars
According to http://www.baeldung.com/jackson-optional it should be possible to use the Java8 Optional type with Jackson, but it was not working in a first test.
Seems to be fully implemented with Jackson 2.9.2
A review of the validation fields is also required afterwards. Beside that it is required to know which fields are optional and which fields need to be present