Skip to content

Commit d855cb5

Browse files
committed
validated if a model is a composed schema using an extension
1 parent 39a7a9f commit d855cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/handlebars/JavaSpring/model.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package {{package}};
22

3-
{{^isComposedModel}}
3+
{{^x-is-composed-model}}
44
import java.util.Objects;
55
{{#imports}}import {{import}};
66
{{/imports}}
@@ -21,7 +21,7 @@ import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
2121
{{#withXml}}
2222
import javax.xml.bind.annotation.*;
2323
{{/withXml}}
24-
{{/isComposedModel}}
24+
{{/x-is-composed-model}}
2525

2626
{{#models}}
2727
{{#model}}

0 commit comments

Comments
 (0)