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