From fd08bb49efdd00f3c96e9cfbfb1d2179bbe10826 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Mon, 30 Dec 2019 17:25:01 +0100 Subject: [PATCH] Reflect Person aggregate --- .../command/src/main/resources/reflection-config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/quarkus/command/src/main/resources/reflection-config.json b/quarkus/command/src/main/resources/reflection-config.json index 0fa9976..91a6ea1 100644 --- a/quarkus/command/src/main/resources/reflection-config.json +++ b/quarkus/command/src/main/resources/reflection-config.json @@ -7,5 +7,14 @@ "allPublicMethods" : true, "allDeclaredFields" : true, "allPublicFields" : true + }, + { + "name" : "org.fuin.cqrs4j.example.aggregates.Person", + "allDeclaredConstructors" : true, + "allPublicConstructors" : true, + "allDeclaredMethods" : true, + "allPublicMethods" : true, + "allDeclaredFields" : true, + "allPublicFields" : true } ]