|
21 | 21 |
|
22 | 22 | // Further, need to open up test packages for JUnit et al |
23 | 23 |
|
24 | | - exports tools.jackson.module.kotlin; |
25 | 24 | opens tools.jackson.module.kotlin; |
26 | | - exports tools.jackson.module.kotlin.kogeraIntegration; |
27 | 25 | opens tools.jackson.module.kotlin.kogeraIntegration; |
28 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser; |
29 | 26 | opens tools.jackson.module.kotlin.kogeraIntegration.deser; |
30 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass; |
31 | 27 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass; |
32 | | - |
33 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer; |
34 | 28 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer; |
35 | | - |
36 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer.byAnnotation; |
37 | 29 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer.byAnnotation; |
38 | | - |
39 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer.byAnnotation.specifiedForProperty; |
40 | 30 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.deserializer.byAnnotation.specifiedForProperty; |
41 | | - |
42 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.jsonCreator; |
43 | 31 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.jsonCreator; |
44 | | - |
45 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.nonNullObject; |
46 | 32 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.nonNullObject; |
47 | | - |
48 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.nullableObject; |
49 | 33 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.nullableObject; |
50 | | - |
51 | | - exports tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.primitive; |
52 | 34 | opens tools.jackson.module.kotlin.kogeraIntegration.deser.valueClass.parameterSize.primitive; |
53 | | - |
54 | | - exports tools.jackson.module.kotlin.test; |
55 | 35 | opens tools.jackson.module.kotlin.test; |
56 | | - |
57 | | - exports tools.jackson.module.kotlin.test.github; |
58 | 36 | opens tools.jackson.module.kotlin.test.github; |
59 | | - |
60 | | - exports tools.jackson.module.kotlin.test.github.failing; |
61 | 37 | opens tools.jackson.module.kotlin.test.github.failing; |
62 | | - |
63 | | - exports tools.jackson.module.kotlin.test.github.parameterSize; |
64 | | - opens tools.jackson.module.kotlin.test.github.parameterSize; |
| 38 | + opens tools.jackson.module.kotlin.test.parameterSize; |
65 | 39 | } |
0 commit comments