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
To support automatic handling of values referred to by reference or wrapper types, like AtomicReference (and various "optional" types), it is necessary to expose this aspect via JavaType.
This probably requires addition of an accessor or two. Whether a new subtype of JavaType makes sense or not is an open question.
The text was updated successfully, but these errors were encountered:
To support automatic handling of values referred to by reference or wrapper types, like
AtomicReference
(and various "optional" types), it is necessary to expose this aspect viaJavaType
.This probably requires addition of an accessor or two. Whether a new subtype of
JavaType
makes sense or not is an open question.The text was updated successfully, but these errors were encountered: