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
OperationMapper#createResolver is currently private, but also not exactly convenient to use, as it requires creating an Operation to represent the underlying Java class members. It would be useful to expose a more convenient overload that could be called by various end-user extensions (e.g. custom TypeMappers etc) to create custom resolvers.
OperationMapper#createResolver
is currently private, but also not exactly convenient to use, as it requires creating anOperation
to represent the underlying Java class members. It would be useful to expose a more convenient overload that could be called by various end-user extensions (e.g. customTypeMapper
s etc) to create custom resolvers.The idea originally came from: #491
The text was updated successfully, but these errors were encountered: