Refactor all DTO conversions
Compare changes
@@ -32,19 +32,22 @@ public abstract class Create<D> extends Validated {
DTO conversions will now be done on the DTO itself again instead of in a Service. For this, a new component is added, replacing the DTOConverterService.
This component is called SpringContext and can be used to statically get the current thread's spring ApplicationContext.