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 Mr Bean's AbstractTypeMaterializer method _suitableType() has a list of about dozen classes NOT to generate implementation for -- all under java.lang, java.util or java.io.
But it seems better to simply block everything under java.*, at this point; if further configurability needed we can add pluggable handler or something. For now, users can sub-class AbstractTypeMaterializer.