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 basic impl of IterationType #3952

Merged
merged 5 commits into from
May 24, 2023
Merged

Conversation

cowtowncoder
Copy link
Member

@cowtowncoder cowtowncoder commented May 23, 2023

Once complete, will provide new type to make it easier to detect and handle "Iteration" type; type for iterators capable of traversing content to serialize (but not necessarily to deserialize, nor allow any other access beyond forward-iteration).

Will support JDK types:

  • Iterator
  • Stream
  • IntStream, LongStream, DoubleStream

@cowtowncoder cowtowncoder linked an issue May 24, 2023 that may be closed by this pull request
@cowtowncoder cowtowncoder marked this pull request as ready for review May 24, 2023 03:33
@cowtowncoder cowtowncoder added the 2.16 Issues planned for 2.16 label May 24, 2023
@cowtowncoder cowtowncoder merged commit 234b9ad into 2.16 May 24, 2023
3 checks passed
@cowtowncoder cowtowncoder deleted the tatu/2.16/3950-iteration-type branch May 24, 2023 03:42
@cowtowncoder cowtowncoder added this to the 2.16.0 milestone May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.16 Issues planned for 2.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create new JavaType subtype IterationType (extending SimpleType)
1 participant