-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Create new JavaType
subtype IterationType
(extending SimpleType
)
#3950
Comments
cowtowncoder
added
to-evaluate
Issue that has been received but not yet evaluated
2.16
Issues planned for 2.16
and removed
to-evaluate
Issue that has been received but not yet evaluated
labels
May 22, 2023
cowtowncoder
added a commit
that referenced
this issue
May 23, 2023
@pjfanning Now implemented for core JDK types as per description. Might make sense to add support by Scala module too? @JooHyukKim Should be possibly to use the new |
@cowtowncoder Great 👍🏻🔥 I will try to apply the changes accordingly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(note: possible replacement/impl of #3926)
There are benefits in recognizing types like:
Iterator
Stream
DoubleStream
/IntStream
/LongStream
as first-class
JavaType
variants (see FasterXML/jackson-dataformat-xml#597 f.ex).It should be based on
SimpleType
, similar toReferenceType
.If and when implemented we could consider whether to extend
Deserializers
,Serializers
and other extension points.Also: would need to add support by Scala module, possibly Kotlin (and maybe Guava?).
The text was updated successfully, but these errors were encountered: