Jonas Konrad
Jonas Konrad
formatting details such as line feeds and comments can't really be preserved, they are not part of the data stream
i'm a bit confused why BeanUtil.getDefaultValue returns `JsonInclude.Include.NON_EMPTY` only for container and reference types, when the NON_DEFAULT spec says it should always fall back on NON_EMPTY
i don't understand, where would you pass the supplier? we can't change the annotation to use a supplier instead of a class, because annotations don't support that. If it helps,...
I had a similar (though not the same) issue, and managed to work around it. Here's what I found in my case: - The `connection reset by peer` is from...
Sounds good to me. I'm doing some preliminary testing on which methods are useful now. I will make a work-in-progress PR with the module structure you mentioned as soon as...
Okay, I've thought a bit more about this. There are three kinds of methods that could be added for kotlin to make decisions on. Note that all this is primarily...
I have renamed the issue to more accurately reflect the work I'm actually doing here now.
I'd still like some feedback on the design choices listed above - I'm not certain what the best route is.
Stack is already iterable so all elements are already accessible.
Well, the point of ReverseIterable is to give access to an iterable in reverse. I don't see how that's any worse than peek(size()).reverse() or iterating manually. By the same token,...