Skip to content

Commit b14eae9

Browse files
CSV1KORatextor
authored andcommitted
#691 Review comments addressed
1 parent 22d4894 commit b14eae9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/esmf-aspect-model-java-generator/src/main/java/org/eclipse/esmf/aspectmodel/java/JavaCodeGenerationConfig.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ public record JavaCodeGenerationConfig(
4545
String namePostfix
4646

4747
) implements GenerationConfig {
48-
enableJacksonAnnotationJsonFormatShapeObject = true;
4948
public enum JsonTypeInfoType {
5049
NONE, CLASS, MINIMAL_CLASS, NAME, SIMPLE_NAME, DEDUCTION, CUSTOM
5150
}
5251

5352
public JavaCodeGenerationConfig {
53+
54+
enableJacksonAnnotationJsonFormatShapeObject = true;
55+
5456
if ( jsonTypeInfo == null ) {
5557
jsonTypeInfo = JsonTypeInfoType.DEDUCTION;
5658
}

0 commit comments

Comments
 (0)