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 JsonPath to FastJsonHelper, remove TypeReference #252

Closed
trydofor opened this issue Jun 9, 2024 · 0 comments
Closed

add JsonPath to FastJsonHelper, remove TypeReference #252

trydofor opened this issue Jun 9, 2024 · 0 comments
Labels
break :boom: breaking change feature :star: new feature
Milestone

Comments

@trydofor
Copy link
Owner

trydofor commented Jun 9, 2024

  • add path() to produce and cache JsonPath
  • remove TypeReference usage from jackson and fastjson, use Type instead
    • new TypeReference(){}.getType()
    • TypeSugar.type() for ease of use
    • TypeDescriptor.xxx
    • ResolvableType.xxx
@trydofor trydofor added the feature :star: new feature label Jun 9, 2024
@trydofor trydofor added this to the Batrider milestone Jun 9, 2024
@trydofor trydofor changed the title add JsonPath to FastJsonHelper add JsonPath to FastJsonHelper, remove TypeReference Jun 10, 2024
@trydofor trydofor added the break :boom: breaking change label Jun 10, 2024
@trydofor trydofor mentioned this issue Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
break :boom: breaking change feature :star: new feature
Projects
Archived in project
Development

No branches or pull requests

1 participant