Closed jGleitz closed 3 years ago
UUIDGeneratorAndResolverImpl contains logic specific to the Java domain that tries to get around JaMoPP-quirks. This logic should be part of the Java domain.
UUIDGeneratorAndResolverImpl
To achieve this, one solution would be to allow a VitruvDomain to provide the UUIDGeneratorAndResolver that should be used for it. The VSUM should then delegate UUID resolving to the resolver that is responsible for the object in question.
VitruvDomain
UUIDGeneratorAndResolver
UUIDGeneratorAndResolverImpl
contains logic specific to the Java domain that tries to get around JaMoPP-quirks. This logic should be part of the Java domain.To achieve this, one solution would be to allow a
VitruvDomain
to provide theUUIDGeneratorAndResolver
that should be used for it. The VSUM should then delegate UUID resolving to the resolver that is responsible for the object in question.