-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
null data fails when setting data in a class #44
Comments
|
What do you mean by |
yes |
I'll take care of this, I just don't have the time ATM to write the tests. I figured it was better to mention it needs work, just in case someone else runs into it. |
ohh. i thought you meant when we define transformers (null in the place of transformer class). you mean the actual model lol |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a null property, currently the transformer will try to insert an empty value into the setter method.
AbstractObjectTransformer
should be updated soallowUntransform
returns false when the value is empty/null.The text was updated successfully, but these errors were encountered: