You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like MapVisitor.java is not doing anything with key type it gets via callback:
@OverridepublicvoidkeyFormat(JsonFormatVisitablehandler, JavaTypekeyType)
throwsJsonMappingException {
// JSON Schema only allows String types so let's not bother too much
}
but it should, since there is some useful information from databinding perspective (enum, time/date types, numbers-as-Strings) and this should be available from JsonSchema object.
The text was updated successfully, but these errors were encountered:
Looks like
MapVisitor.java
is not doing anything with key type it gets via callback:but it should, since there is some useful information from databinding perspective (enum, time/date types, numbers-as-Strings) and this should be available from
JsonSchema
object.The text was updated successfully, but these errors were encountered: