-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Tried this on the website
{
"type":"object",
"properties": {
"foo": {
"type": "string"
},
"bar": {
"type": "integer"
},
"baz": {
"type": "boolean"
}
},
"javaJsonView": "my.DefaultView"
}The JsonView annotation is missing on the class, but works on members when I do
{
"type":"object",
"properties": {
"foo": {
"type": "string"
},
"bar": {
"type": "integer",
"javaJsonView": "my.DefaultViewInt"
},
"baz": {
"type": "boolean"
}
}, "javaJsonView": "my.DefaultView"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels