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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've got a schema that boils down to this
In my codegen config I've done
typeMapping["Decimal"] = "java.math.BigDecimal"
.It spits out something like this
public val order: BigDecimal = 1,
in kotlin andprivate BigDecimal order = 1;
in java neither of which compile.Is there some trick to making this work or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions