Can `Schema.Class` Struct be Mutable?
Is it possible to make the Struct of a
Returns error:
I'm guessing I would just use a POJO here for my Entities/Aggregates with attributes composed of Schemas/Value objects? But figured I would ask in case there was a different/recommended solution.
Schema.Class mutable? For context, the use case I am thinking of here is for a mutable Entity/Aggregate (DDD), whose attributes are a mix of Value Objects (immutable Schema) and primitives.Returns error:
I'm guessing I would just use a POJO here for my Entities/Aggregates with attributes composed of Schemas/Value objects? But figured I would ask in case there was a different/recommended solution.
