File tree 2 files changed +2
-4
lines changed
src/main/groovy/com/github/eirnym/js2p
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,11 @@ import org.gradle.api.file.Directory
7
7
import org.gradle.api.provider.Provider
8
8
import org.jsonschema2pojo.*
9
9
import org.jsonschema2pojo.rules.RuleFactory
10
- import org.slf4j.Logger
11
- import org.slf4j.LoggerFactory
12
10
13
11
import java.util.stream.Collectors
14
12
15
13
@ToString
16
14
class JS2PConfig implements GenerationConfig {
17
- private static final Logger logger = LoggerFactory . getLogger(JS2PConfig )
18
15
List<URL > sourceFiles
19
16
File targetDirectory
20
17
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class JsonSchemaExtension {
34
34
String customAnnotator
35
35
String customRuleFactory
36
36
Boolean generateBuilders
37
- Boolean includeJsonTypeInfoAnnotation
37
+ Boolean includeTypeInfo
38
38
Boolean useInnerClassBuilders
39
39
Boolean includeConstructorPropertiesAnnotation
40
40
Boolean includeGetters
@@ -54,6 +54,7 @@ class JsonSchemaExtension {
54
54
Boolean includeJsr305Annotations
55
55
Boolean useOptionalForGetters
56
56
Boolean includeToString
57
+ Boolean includeGeneratedAnnotation
57
58
List<String > toStringExcludes
58
59
Boolean initializeCollections
59
60
String outputEncoding
You can’t perform that action at this time.
0 commit comments