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 support for @JsonTypeInfo and @JsonSubTypes #19

Open
14 tasks
vegegoku opened this issue May 22, 2019 · 0 comments
Open
14 tasks

Add support for @JsonTypeInfo and @JsonSubTypes #19

vegegoku opened this issue May 22, 2019 · 0 comments
Labels

Comments

@vegegoku
Copy link
Member

@JsonTypeInfo

  • Id use()

    • NONE
    • CLASS
    • MINIMAL_CLASS
    • NAME
    • CUSTOM
  • As include()

    • PROPERTY
    • WRAPPER_OBJECT
    • WRAPPER_ARRAY
    • EXTERNAL_PROPERTY
    • EXISTING_PROPERTY
  • String property()

  • Class<?> defaultImpl()

  • boolean visible()

@JsonSubTypes

  • Type[] value()
@vegegoku vegegoku added this to the 1.0 milestone May 22, 2019
@vegegoku vegegoku removed this from the 1.0 milestone Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant