1
1
package io .art .communicator .test .meta ;
2
2
3
- import static io .art .meta .model .MetaType .metaArray ;
4
- import static io .art .meta .model .MetaType .metaEnum ;
5
3
import static io .art .meta .model .MetaType .metaType ;
6
4
7
5
import io .art .core .property .LazyProperty ;
17
15
18
16
@ SuppressWarnings ({"all" ,"unchecked" ,"unused" })
19
17
public class MetaCommunicatorTest extends MetaLibrary {
20
- private final MetaIoPackage ioPackage = register (new MetaIoPackage ());
18
+ private final MetaIoPackage ioPackage = registerPackage (new MetaIoPackage ());
21
19
22
20
public MetaCommunicatorTest (MetaLibrary ... dependencies ) {
23
21
super (dependencies );
@@ -28,7 +26,7 @@ public MetaIoPackage ioPackage() {
28
26
}
29
27
30
28
public static final class MetaIoPackage extends MetaPackage {
31
- private final MetaArtPackage artPackage = register (new MetaArtPackage ());
29
+ private final MetaArtPackage artPackage = registerPackage (new MetaArtPackage ());
32
30
33
31
private MetaIoPackage () {
34
32
super ("io" );
@@ -39,7 +37,7 @@ public MetaArtPackage artPackage() {
39
37
}
40
38
41
39
public static final class MetaArtPackage extends MetaPackage {
42
- private final MetaCommunicatorPackage communicatorPackage = register (new MetaCommunicatorPackage ());
40
+ private final MetaCommunicatorPackage communicatorPackage = registerPackage (new MetaCommunicatorPackage ());
43
41
44
42
private MetaArtPackage () {
45
43
super ("art" );
@@ -50,7 +48,7 @@ public MetaCommunicatorPackage communicatorPackage() {
50
48
}
51
49
52
50
public static final class MetaCommunicatorPackage extends MetaPackage {
53
- private final MetaTestPackage testPackage = register (new MetaTestPackage ());
51
+ private final MetaTestPackage testPackage = registerPackage (new MetaTestPackage ());
54
52
55
53
private MetaCommunicatorPackage () {
56
54
super ("communicator" );
@@ -61,7 +59,7 @@ public MetaTestPackage testPackage() {
61
59
}
62
60
63
61
public static final class MetaTestPackage extends MetaPackage {
64
- private final MetaProxyPackage proxyPackage = register (new MetaProxyPackage ());
62
+ private final MetaProxyPackage proxyPackage = registerPackage (new MetaProxyPackage ());
65
63
66
64
private MetaTestPackage () {
67
65
super ("test" );
@@ -72,7 +70,7 @@ public MetaProxyPackage proxyPackage() {
72
70
}
73
71
74
72
public static final class MetaProxyPackage extends MetaPackage {
75
- private final MetaTestCommunicatorClass testCommunicatorClass = register (new MetaTestCommunicatorClass ());
73
+ private final MetaTestCommunicatorClass testCommunicatorClass = registerClass (new MetaTestCommunicatorClass ());
76
74
77
75
private MetaProxyPackage () {
78
76
super ("proxy" );
@@ -85,37 +83,37 @@ public MetaTestCommunicatorClass testCommunicatorClass() {
85
83
public static final class MetaTestCommunicatorClass extends MetaClass <io .art .communicator .test .proxy .TestCommunicator > {
86
84
private static final LazyProperty <MetaTestCommunicatorClass > self = MetaClass .self (io .art .communicator .test .proxy .TestCommunicator .class );
87
85
88
- private final MetaM1Method m1Method = register (new MetaM1Method (this ));
86
+ private final MetaM1Method m1Method = registerMethod (new MetaM1Method (this ));
89
87
90
- private final MetaM2Method m2Method = register (new MetaM2Method (this ));
88
+ private final MetaM2Method m2Method = registerMethod (new MetaM2Method (this ));
91
89
92
- private final MetaM3Method m3Method = register (new MetaM3Method (this ));
90
+ private final MetaM3Method m3Method = registerMethod (new MetaM3Method (this ));
93
91
94
- private final MetaM4Method m4Method = register (new MetaM4Method (this ));
92
+ private final MetaM4Method m4Method = registerMethod (new MetaM4Method (this ));
95
93
96
- private final MetaM5Method m5Method = register (new MetaM5Method (this ));
94
+ private final MetaM5Method m5Method = registerMethod (new MetaM5Method (this ));
97
95
98
- private final MetaM6Method m6Method = register (new MetaM6Method (this ));
96
+ private final MetaM6Method m6Method = registerMethod (new MetaM6Method (this ));
99
97
100
- private final MetaM7Method m7Method = register (new MetaM7Method (this ));
98
+ private final MetaM7Method m7Method = registerMethod (new MetaM7Method (this ));
101
99
102
- private final MetaM8Method m8Method = register (new MetaM8Method (this ));
100
+ private final MetaM8Method m8Method = registerMethod (new MetaM8Method (this ));
103
101
104
- private final MetaM9Method m9Method = register (new MetaM9Method (this ));
102
+ private final MetaM9Method m9Method = registerMethod (new MetaM9Method (this ));
105
103
106
- private final MetaM10Method m10Method = register (new MetaM10Method (this ));
104
+ private final MetaM10Method m10Method = registerMethod (new MetaM10Method (this ));
107
105
108
- private final MetaM11Method m11Method = register (new MetaM11Method (this ));
106
+ private final MetaM11Method m11Method = registerMethod (new MetaM11Method (this ));
109
107
110
- private final MetaM12Method m12Method = register (new MetaM12Method (this ));
108
+ private final MetaM12Method m12Method = registerMethod (new MetaM12Method (this ));
111
109
112
- private final MetaM13Method m13Method = register (new MetaM13Method (this ));
110
+ private final MetaM13Method m13Method = registerMethod (new MetaM13Method (this ));
113
111
114
- private final MetaM14Method m14Method = register (new MetaM14Method (this ));
112
+ private final MetaM14Method m14Method = registerMethod (new MetaM14Method (this ));
115
113
116
- private final MetaM15Method m15Method = register (new MetaM15Method (this ));
114
+ private final MetaM15Method m15Method = registerMethod (new MetaM15Method (this ));
117
115
118
- private final MetaM16Method m16Method = register (new MetaM16Method (this ));
116
+ private final MetaM16Method m16Method = registerMethod (new MetaM16Method (this ));
119
117
120
118
private MetaTestCommunicatorClass () {
121
119
super (metaType (io .art .communicator .test .proxy .TestCommunicator .class ));
0 commit comments