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
The problem:
I need to use my class with decorator @expose but in another endpoints I need to only ignore this decorator for all class, transformOptions only has ignoreDecorators but I need ignore @expose decorator
The text was updated successfully, but these errors were encountered:
The problem: I need to use my class with decorator @expose but in another endpoints I need to only ignore this decorator for all class, transformOptions only has ignoreDecorators but I need ignore @expose decorator
Did you try to use the groups? You can ignore a field when it's in a particular group.
The problem:
I need to use my class with decorator
@expose
but in another endpoints I need to only ignore this decorator for all class,transformOptions
only hasignoreDecorators
but I need ignore@expose
decoratorThe text was updated successfully, but these errors were encountered: