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

support generating lambda type #678

Open
seongahjo opened this issue Jun 16, 2023 · 3 comments
Open

support generating lambda type #678

seongahjo opened this issue Jun 16, 2023 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@seongahjo
Copy link
Contributor

seongahjo commented Jun 16, 2023

Objective

support generating lambda type.

Java

  • Supplier
  • Function<T, U>

Kotlin

Requirements

  1. could be set lambda itself, for example set("supplier", (Supplier<String>) () -> "test")
@seongahjo seongahjo added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 16, 2023
@seongahjo seongahjo changed the title supports generating lambda type support generating lambda type Jun 16, 2023
@mollder
Copy link
Contributor

mollder commented Mar 4, 2024

Hi, I'm interested in this open source, and if this issue is not reflected yet, is it okay for me to try to solve this issue?

@seongahjo
Copy link
Contributor Author

@mollder
Hello, sure. Thank you for your interest.
If you have any questions, please do not hesitate to ask.

I think it is good approach to take a look at the implementations ofArbitraryIntrospector and PropertyGenerator

@mollder
Copy link
Contributor

mollder commented Mar 5, 2024

Thank you for the explanation.

I'll look at the ArbitraryIntrospector and PropertyGenerator that you mentioned, and then I'll aim to raise the pr in about two weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants