@cparra/apexdocs 2.11.0 → 2.12.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/Main/nspc.SampleClass.md +192 -192
- package/docs/Misc-Group/nspc.MemberGrouping.md +13 -13
- package/docs/Misc-Group/nspc.SampleRestResource.md +106 -106
- package/docs/Misc-Group/nspc.SampleRestResourceWithoutApexDocs.md +14 -14
- package/docs/README.md +81 -81
- package/docs/restapi.json +3 -3
- package/examples/force-app/main/default/classes/MemberGrouping.cls +16 -16
- package/lib/transpiler/openapi/open-api-docs-processor.js +1 -1
- package/lib/transpiler/openapi/open-api-docs-processor.js.map +1 -1
- package/package.json +2 -2
- package/src/transpiler/openapi/open-api-docs-processor.ts +1 -1
|
@@ -1,192 +1,192 @@
|
|
|
1
|
-
# nspc.SampleClass
|
|
2
|
-
|
|
3
|
-
`NAMESPACEACCESSIBLE`
|
|
4
|
-
|
|
5
|
-
`APIVERSION: 54`
|
|
6
|
-
|
|
7
|
-
`STATUS: ACTIVE`
|
|
8
|
-
|
|
9
|
-
This is a class description. This class relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
10
|
-
But this [ClassThatDoesNotExist](ClassThatDoesNotExist) does not exist.
|
|
11
|
-
You can also link using this syntax [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
**Group** Main
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
**CustomAnnotation** A Custom annotation
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
**Author** Cesar Parra
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
**See** [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
24
|
-
|
|
25
|
-
## Constructors
|
|
26
|
-
### My Super Group
|
|
27
|
-
##### `SampleClass()`
|
|
28
|
-
|
|
29
|
-
`NAMESPACEACCESSIBLE`
|
|
30
|
-
|
|
31
|
-
Constructs a SampleClass without any arguments. This relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
32
|
-
|
|
33
|
-
###### Throws
|
|
34
|
-
|
|
35
|
-
|Exception|Description|
|
|
36
|
-
|---|---|
|
|
37
|
-
|`ExcName`|some exception|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
**CustomAnnotation** A Custom method annotation
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
**See** [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
44
|
-
|
|
45
|
-
###### Example
|
|
46
|
-
```apex
|
|
47
|
-
// Example
|
|
48
|
-
SampleClass sampleInstance = new SampleClass();
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
---
|
|
53
|
-
### Other
|
|
54
|
-
##### `SampleClass(String argument1, String argument2)`
|
|
55
|
-
|
|
56
|
-
Constructs a SampleClass with an argument.
|
|
57
|
-
|
|
58
|
-
###### Parameters
|
|
59
|
-
|
|
60
|
-
|Param|Description|
|
|
61
|
-
|---|---|
|
|
62
|
-
|`argument1`|Argument1 definition|
|
|
63
|
-
|`argument2`|Argument2 definition|
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
## Fields
|
|
67
|
-
### Common Constants
|
|
68
|
-
|
|
69
|
-
* `ANOTHER_CONSTANT` → `String`
|
|
70
|
-
* `A_CONSTANT` → `String` [`NAMESPACEACCESSIBLE` ] - This is a constant.
|
|
71
|
-
* `listOfStrings` → `List<String>`
|
|
72
|
-
---
|
|
73
|
-
### 'General' Constants
|
|
74
|
-
|
|
75
|
-
* `GENERAL_ANOTHER_CONSTANT` → `String`
|
|
76
|
-
* `GENERAL_A_CONSTANT` → `String` [`NAMESPACEACCESSIBLE` ] - This is a constant.
|
|
77
|
-
---
|
|
78
|
-
### Other variables
|
|
79
|
-
|
|
80
|
-
* `someVariable` → `String`
|
|
81
|
-
---
|
|
82
|
-
## Properties
|
|
83
|
-
|
|
84
|
-
### `AnotherProp` → `Decimal`
|
|
85
|
-
|
|
86
|
-
`AURAENABLED`
|
|
87
|
-
|
|
88
|
-
This is a Decimal property.
|
|
89
|
-
|
|
90
|
-
### `MyProp` → `String`
|
|
91
|
-
|
|
92
|
-
`AURAENABLED`
|
|
93
|
-
`DEPRECATED`
|
|
94
|
-
|
|
95
|
-
This is a String property.
|
|
96
|
-
|
|
97
|
-
---
|
|
98
|
-
## Methods
|
|
99
|
-
### A method group
|
|
100
|
-
##### `static sampleMethod(String argument1, String argument2)`
|
|
101
|
-
|
|
102
|
-
`NAMESPACEACCESSIBLE`
|
|
103
|
-
|
|
104
|
-
Executes commands based on the passed in argument.
|
|
105
|
-
|
|
106
|
-
###### Parameters
|
|
107
|
-
|
|
108
|
-
|Param|Description|
|
|
109
|
-
|---|---|
|
|
110
|
-
|`argument1`|Argument1 to debug|
|
|
111
|
-
|`argument2`|Argument2 to debug|
|
|
112
|
-
|
|
113
|
-
###### Return
|
|
114
|
-
|
|
115
|
-
**Type**
|
|
116
|
-
|
|
117
|
-
String
|
|
118
|
-
|
|
119
|
-
**Description**
|
|
120
|
-
|
|
121
|
-
Empty string
|
|
122
|
-
|
|
123
|
-
###### Example
|
|
124
|
-
```apex
|
|
125
|
-
String result = SampleClass.testMethod();
|
|
126
|
-
System.debug(result);
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
##### `static anotherSampleMethod(String arg1)`
|
|
131
|
-
|
|
132
|
-
Something here
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
**Arg1** The arg1 description
|
|
136
|
-
|
|
137
|
-
---
|
|
138
|
-
### Other
|
|
139
|
-
##### `static call()`
|
|
140
|
-
|
|
141
|
-
Calls the method. This methods allows you to call it.
|
|
142
|
-
|
|
143
|
-
---
|
|
144
|
-
## Enums
|
|
145
|
-
### InnerEnum
|
|
146
|
-
|
|
147
|
-
`NAMESPACEACCESSIBLE`
|
|
148
|
-
|
|
149
|
-
This is a namespace accessible enum
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
---
|
|
153
|
-
## Classes
|
|
154
|
-
### AnotherInnerClass
|
|
155
|
-
|
|
156
|
-
Inner class belonging to SampleClass.
|
|
157
|
-
|
|
158
|
-
#### Properties
|
|
159
|
-
|
|
160
|
-
##### `InnerProp` → `String`
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
Description of the inner property.
|
|
164
|
-
|
|
165
|
-
---
|
|
166
|
-
#### Methods
|
|
167
|
-
##### `innerMethod()`
|
|
168
|
-
|
|
169
|
-
Executes from the inner class.
|
|
170
|
-
|
|
171
|
-
---
|
|
172
|
-
|
|
173
|
-
### InnerClass
|
|
174
|
-
|
|
175
|
-
Inner class belonging to SampleClass.
|
|
176
|
-
|
|
177
|
-
#### Properties
|
|
178
|
-
|
|
179
|
-
##### `InnerProp` → `String`
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
Description of the inner property.
|
|
183
|
-
|
|
184
|
-
---
|
|
185
|
-
#### Methods
|
|
186
|
-
##### `innerMethod()`
|
|
187
|
-
|
|
188
|
-
Executes from the inner class.
|
|
189
|
-
|
|
190
|
-
---
|
|
191
|
-
|
|
192
|
-
---
|
|
1
|
+
# nspc.SampleClass
|
|
2
|
+
|
|
3
|
+
`NAMESPACEACCESSIBLE`
|
|
4
|
+
|
|
5
|
+
`APIVERSION: 54`
|
|
6
|
+
|
|
7
|
+
`STATUS: ACTIVE`
|
|
8
|
+
|
|
9
|
+
This is a class description. This class relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
10
|
+
But this [ClassThatDoesNotExist](ClassThatDoesNotExist) does not exist.
|
|
11
|
+
You can also link using this syntax [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
**Group** Main
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
**CustomAnnotation** A Custom annotation
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
**Author** Cesar Parra
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
**See** [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
24
|
+
|
|
25
|
+
## Constructors
|
|
26
|
+
### My Super Group
|
|
27
|
+
##### `SampleClass()`
|
|
28
|
+
|
|
29
|
+
`NAMESPACEACCESSIBLE`
|
|
30
|
+
|
|
31
|
+
Constructs a SampleClass without any arguments. This relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
32
|
+
|
|
33
|
+
###### Throws
|
|
34
|
+
|
|
35
|
+
|Exception|Description|
|
|
36
|
+
|---|---|
|
|
37
|
+
|`ExcName`|some exception|
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
**CustomAnnotation** A Custom method annotation
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
**See** [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
44
|
+
|
|
45
|
+
###### Example
|
|
46
|
+
```apex
|
|
47
|
+
// Example
|
|
48
|
+
SampleClass sampleInstance = new SampleClass();
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
### Other
|
|
54
|
+
##### `SampleClass(String argument1, String argument2)`
|
|
55
|
+
|
|
56
|
+
Constructs a SampleClass with an argument.
|
|
57
|
+
|
|
58
|
+
###### Parameters
|
|
59
|
+
|
|
60
|
+
|Param|Description|
|
|
61
|
+
|---|---|
|
|
62
|
+
|`argument1`|Argument1 definition|
|
|
63
|
+
|`argument2`|Argument2 definition|
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
## Fields
|
|
67
|
+
### Common Constants
|
|
68
|
+
|
|
69
|
+
* `ANOTHER_CONSTANT` → `String`
|
|
70
|
+
* `A_CONSTANT` → `String` [`NAMESPACEACCESSIBLE` ] - This is a constant.
|
|
71
|
+
* `listOfStrings` → `List<String>`
|
|
72
|
+
---
|
|
73
|
+
### 'General' Constants
|
|
74
|
+
|
|
75
|
+
* `GENERAL_ANOTHER_CONSTANT` → `String`
|
|
76
|
+
* `GENERAL_A_CONSTANT` → `String` [`NAMESPACEACCESSIBLE` ] - This is a constant.
|
|
77
|
+
---
|
|
78
|
+
### Other variables
|
|
79
|
+
|
|
80
|
+
* `someVariable` → `String`
|
|
81
|
+
---
|
|
82
|
+
## Properties
|
|
83
|
+
|
|
84
|
+
### `AnotherProp` → `Decimal`
|
|
85
|
+
|
|
86
|
+
`AURAENABLED`
|
|
87
|
+
|
|
88
|
+
This is a Decimal property.
|
|
89
|
+
|
|
90
|
+
### `MyProp` → `String`
|
|
91
|
+
|
|
92
|
+
`AURAENABLED`
|
|
93
|
+
`DEPRECATED`
|
|
94
|
+
|
|
95
|
+
This is a String property.
|
|
96
|
+
|
|
97
|
+
---
|
|
98
|
+
## Methods
|
|
99
|
+
### A method group
|
|
100
|
+
##### `static sampleMethod(String argument1, String argument2)`
|
|
101
|
+
|
|
102
|
+
`NAMESPACEACCESSIBLE`
|
|
103
|
+
|
|
104
|
+
Executes commands based on the passed in argument.
|
|
105
|
+
|
|
106
|
+
###### Parameters
|
|
107
|
+
|
|
108
|
+
|Param|Description|
|
|
109
|
+
|---|---|
|
|
110
|
+
|`argument1`|Argument1 to debug|
|
|
111
|
+
|`argument2`|Argument2 to debug|
|
|
112
|
+
|
|
113
|
+
###### Return
|
|
114
|
+
|
|
115
|
+
**Type**
|
|
116
|
+
|
|
117
|
+
String
|
|
118
|
+
|
|
119
|
+
**Description**
|
|
120
|
+
|
|
121
|
+
Empty string
|
|
122
|
+
|
|
123
|
+
###### Example
|
|
124
|
+
```apex
|
|
125
|
+
String result = SampleClass.testMethod();
|
|
126
|
+
System.debug(result);
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
##### `static anotherSampleMethod(String arg1)`
|
|
131
|
+
|
|
132
|
+
Something here
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
**Arg1** The arg1 description
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
### Other
|
|
139
|
+
##### `static call()`
|
|
140
|
+
|
|
141
|
+
Calls the method. This methods allows you to call it.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
## Enums
|
|
145
|
+
### InnerEnum
|
|
146
|
+
|
|
147
|
+
`NAMESPACEACCESSIBLE`
|
|
148
|
+
|
|
149
|
+
This is a namespace accessible enum
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
## Classes
|
|
154
|
+
### AnotherInnerClass
|
|
155
|
+
|
|
156
|
+
Inner class belonging to SampleClass.
|
|
157
|
+
|
|
158
|
+
#### Properties
|
|
159
|
+
|
|
160
|
+
##### `InnerProp` → `String`
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
Description of the inner property.
|
|
164
|
+
|
|
165
|
+
---
|
|
166
|
+
#### Methods
|
|
167
|
+
##### `innerMethod()`
|
|
168
|
+
|
|
169
|
+
Executes from the inner class.
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
### InnerClass
|
|
174
|
+
|
|
175
|
+
Inner class belonging to SampleClass.
|
|
176
|
+
|
|
177
|
+
#### Properties
|
|
178
|
+
|
|
179
|
+
##### `InnerProp` → `String`
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
Description of the inner property.
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
#### Methods
|
|
186
|
+
##### `innerMethod()`
|
|
187
|
+
|
|
188
|
+
Executes from the inner class.
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
---
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
# nspc.MemberGrouping
|
|
2
|
-
## Fields
|
|
3
|
-
### Group old syntax
|
|
4
|
-
|
|
5
|
-
* `anotherInGroup1` → `String`
|
|
6
|
-
* `inGroup1` → `String`
|
|
7
|
-
---
|
|
8
|
-
### Group new syntax
|
|
9
|
-
Group's description
|
|
10
|
-
|
|
11
|
-
* `anotherInGroup2` → `String`
|
|
12
|
-
* `inGroup2` → `String` - Description for constant in group 2
|
|
13
|
-
---
|
|
1
|
+
# nspc.MemberGrouping
|
|
2
|
+
## Fields
|
|
3
|
+
### Group old syntax
|
|
4
|
+
|
|
5
|
+
* `anotherInGroup1` → `String`
|
|
6
|
+
* `inGroup1` → `String`
|
|
7
|
+
---
|
|
8
|
+
### Group new syntax
|
|
9
|
+
Group's description
|
|
10
|
+
|
|
11
|
+
* `anotherInGroup2` → `String`
|
|
12
|
+
* `inGroup2` → `String` - Description for constant in group 2
|
|
13
|
+
---
|
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
# nspc.SampleRestResource
|
|
2
|
-
|
|
3
|
-
`RESTRESOURCE`
|
|
4
|
-
|
|
5
|
-
Account related operations
|
|
6
|
-
|
|
7
|
-
## Methods
|
|
8
|
-
### `static doDelete()`
|
|
9
|
-
|
|
10
|
-
`HTTPDELETE`
|
|
11
|
-
|
|
12
|
-
Sample HTTP Delete method with references to other types.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
**Http Parameter** name: limit in: header required: true description: My sample description. schema: SampleClass
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
**Http Response** statusCode: 200 schema: SampleClass
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
**Http Response** statusCode: 500 schema: SampleClass
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
**Http Response** statusCode: 304 schema: ChildClass
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
**Http Response** statusCode: 305 schema: Reference1
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
**Http Response** statusCode: 306 schema: List<Reference1>
|
|
31
|
-
|
|
32
|
-
### `static doGet()`
|
|
33
|
-
|
|
34
|
-
`HTTPGET`
|
|
35
|
-
|
|
36
|
-
This is a sample HTTP Get method
|
|
37
|
-
|
|
38
|
-
#### Return
|
|
39
|
-
|
|
40
|
-
**Type**
|
|
41
|
-
|
|
42
|
-
Account
|
|
43
|
-
|
|
44
|
-
**Description**
|
|
45
|
-
|
|
46
|
-
An Account SObject.
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
**Http Parameter** name: limit in: query required: true description: Limits the number of items on a page schema: type: integer
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
**Http Parameter** name: complex in: cookie description: A more complex schema schema: type: array items: type: object properties: name: type: string
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
**Http Response** statusCode: 200 schema: type: object properties: id: type: string description: The super Id. name: type: string phone: type: string format: byte
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
**Http Response** statusCode: 500 schema: type: string
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
**Http Response** statusCode: 304 schema: type: object properties: error: type: string
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
**Http Response** statusCode: 400 schema: type: array items: type: object properties: name: type: string
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
**Http Response** statusCode: 100 schema: type: object properties: anotherObject: description: An object inside of an object type: object properties: message: type: string somethingElse: type: number
|
|
68
|
-
|
|
69
|
-
### `static doPost(String name, String phone, String website)`
|
|
70
|
-
|
|
71
|
-
`HTTPPOST`
|
|
72
|
-
|
|
73
|
-
This is a sample HTTP Post method
|
|
74
|
-
|
|
75
|
-
#### Return
|
|
76
|
-
|
|
77
|
-
**Type**
|
|
78
|
-
|
|
79
|
-
String
|
|
80
|
-
|
|
81
|
-
**Description**
|
|
82
|
-
|
|
83
|
-
A String SObject.
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
**Http Parameter** name: limit in: query required: true description: Limits the number of items on a page schema: type: integer
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
**Http Parameter** name: complex in: cookie description: A more complex schema schema: type: array items: type: object properties: name: type: string
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
**Http Request Body** description: This is an example of a request body required: true schema: type: array items: type: object properties: name: type: string
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
**Http Response** statusCode: 200 schema: type: object properties: id: type: string description: The super Id. name: type: string phone: type: string format: byte
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
**Http Response** statusCode: 500 schema: type: string
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
**Http Response** statusCode: 304 schema: type: object properties: error: type: string
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
**Http Response** statusCode: 400 schema: type: array items: type: object properties: name: type: string
|
|
105
|
-
|
|
106
|
-
---
|
|
1
|
+
# nspc.SampleRestResource
|
|
2
|
+
|
|
3
|
+
`RESTRESOURCE`
|
|
4
|
+
|
|
5
|
+
Account related operations
|
|
6
|
+
|
|
7
|
+
## Methods
|
|
8
|
+
### `static doDelete()`
|
|
9
|
+
|
|
10
|
+
`HTTPDELETE`
|
|
11
|
+
|
|
12
|
+
Sample HTTP Delete method with references to other types.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
**Http Parameter** name: limit in: header required: true description: My sample description. schema: SampleClass
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
**Http Response** statusCode: 200 schema: SampleClass
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
**Http Response** statusCode: 500 schema: SampleClass
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
**Http Response** statusCode: 304 schema: ChildClass
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
**Http Response** statusCode: 305 schema: Reference1
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
**Http Response** statusCode: 306 schema: List<Reference1>
|
|
31
|
+
|
|
32
|
+
### `static doGet()`
|
|
33
|
+
|
|
34
|
+
`HTTPGET`
|
|
35
|
+
|
|
36
|
+
This is a sample HTTP Get method
|
|
37
|
+
|
|
38
|
+
#### Return
|
|
39
|
+
|
|
40
|
+
**Type**
|
|
41
|
+
|
|
42
|
+
Account
|
|
43
|
+
|
|
44
|
+
**Description**
|
|
45
|
+
|
|
46
|
+
An Account SObject.
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
**Http Parameter** name: limit in: query required: true description: Limits the number of items on a page schema: type: integer
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
**Http Parameter** name: complex in: cookie description: A more complex schema schema: type: array items: type: object properties: name: type: string
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
**Http Response** statusCode: 200 schema: type: object properties: id: type: string description: The super Id. name: type: string phone: type: string format: byte
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
**Http Response** statusCode: 500 schema: type: string
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
**Http Response** statusCode: 304 schema: type: object properties: error: type: string
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
**Http Response** statusCode: 400 schema: type: array items: type: object properties: name: type: string
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
**Http Response** statusCode: 100 schema: type: object properties: anotherObject: description: An object inside of an object type: object properties: message: type: string somethingElse: type: number
|
|
68
|
+
|
|
69
|
+
### `static doPost(String name, String phone, String website)`
|
|
70
|
+
|
|
71
|
+
`HTTPPOST`
|
|
72
|
+
|
|
73
|
+
This is a sample HTTP Post method
|
|
74
|
+
|
|
75
|
+
#### Return
|
|
76
|
+
|
|
77
|
+
**Type**
|
|
78
|
+
|
|
79
|
+
String
|
|
80
|
+
|
|
81
|
+
**Description**
|
|
82
|
+
|
|
83
|
+
A String SObject.
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
**Http Parameter** name: limit in: query required: true description: Limits the number of items on a page schema: type: integer
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
**Http Parameter** name: complex in: cookie description: A more complex schema schema: type: array items: type: object properties: name: type: string
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
**Http Request Body** description: This is an example of a request body required: true schema: type: array items: type: object properties: name: type: string
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
**Http Response** statusCode: 200 schema: type: object properties: id: type: string description: The super Id. name: type: string phone: type: string format: byte
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
**Http Response** statusCode: 500 schema: type: string
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
**Http Response** statusCode: 304 schema: type: object properties: error: type: string
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
**Http Response** statusCode: 400 schema: type: array items: type: object properties: name: type: string
|
|
105
|
+
|
|
106
|
+
---
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
# nspc.SampleRestResourceWithoutApexDocs
|
|
2
|
-
|
|
3
|
-
`RESTRESOURCE`
|
|
4
|
-
|
|
5
|
-
Order related operations
|
|
6
|
-
|
|
7
|
-
## Methods
|
|
8
|
-
### `static doGet(String param1, Reference1 param2)`
|
|
9
|
-
|
|
10
|
-
`HTTPGET`
|
|
11
|
-
### `static doPatch(String param1, Reference1 param2)`
|
|
12
|
-
|
|
13
|
-
`HTTPPATCH`
|
|
14
|
-
---
|
|
1
|
+
# nspc.SampleRestResourceWithoutApexDocs
|
|
2
|
+
|
|
3
|
+
`RESTRESOURCE`
|
|
4
|
+
|
|
5
|
+
Order related operations
|
|
6
|
+
|
|
7
|
+
## Methods
|
|
8
|
+
### `static doGet(String param1, Reference1 param2)`
|
|
9
|
+
|
|
10
|
+
`HTTPGET`
|
|
11
|
+
### `static doPatch(String param1, Reference1 param2)`
|
|
12
|
+
|
|
13
|
+
`HTTPPATCH`
|
|
14
|
+
---
|
package/docs/README.md
CHANGED
|
@@ -1,81 +1,81 @@
|
|
|
1
|
-
# Classes
|
|
2
|
-
## Misc Group
|
|
3
|
-
|
|
4
|
-
### [nspc.AnotherInterface](/Misc-Group/nspc.AnotherInterface.md)
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### [nspc.ChildClass](/Misc-Group/nspc.ChildClass.md)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### [nspc.GrandparentClass](/Misc-Group/nspc.GrandparentClass.md)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### [nspc.InterfaceWithInheritance](/Misc-Group/nspc.InterfaceWithInheritance.md)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### [nspc.MemberGrouping](/Misc-Group/nspc.MemberGrouping.md)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
### [nspc.ParentClass](/Misc-Group/nspc.ParentClass.md)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### [nspc.Reference1](/Misc-Group/nspc.Reference1.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### [nspc.Reference2](/Misc-Group/nspc.Reference2.md)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### [nspc.Reference3](/Misc-Group/nspc.Reference3.md)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### [nspc.Reference4](/Misc-Group/nspc.Reference4.md)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
### [nspc.Reference5](/Misc-Group/nspc.Reference5.md)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
### [nspc.Reference6](/Misc-Group/nspc.Reference6.md)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### [nspc.SampleClassWithoutModifier](/Misc-Group/nspc.SampleClassWithoutModifier.md)
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
### [nspc.SampleRestResource](/Misc-Group/nspc.SampleRestResource.md)
|
|
44
|
-
|
|
45
|
-
Account related operations
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### [nspc.SampleRestResourceWithInnerClass](/Misc-Group/nspc.SampleRestResourceWithInnerClass.md)
|
|
50
|
-
|
|
51
|
-
Contact related operations
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### [nspc.SampleRestResourceWithoutApexDocs](/Misc-Group/nspc.SampleRestResourceWithoutApexDocs.md)
|
|
56
|
-
|
|
57
|
-
Order related operations
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## Main
|
|
61
|
-
|
|
62
|
-
### [nspc.GroupedClass](/Main/nspc.GroupedClass.md)
|
|
63
|
-
|
|
64
|
-
Uses a block style apex doc
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### [nspc.SampleClass](/Main/nspc.SampleClass.md)
|
|
69
|
-
|
|
70
|
-
This is a class description. This class relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
71
|
-
But this [ClassThatDoesNotExist](ClassThatDoesNotExist) does not exist.
|
|
72
|
-
You can also link using this syntax [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## Sample Interfaces
|
|
76
|
-
|
|
77
|
-
### [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
78
|
-
|
|
79
|
-
This is an interface description.
|
|
80
|
-
|
|
81
|
-
|
|
1
|
+
# Classes
|
|
2
|
+
## Misc Group
|
|
3
|
+
|
|
4
|
+
### [nspc.AnotherInterface](/Misc-Group/nspc.AnotherInterface.md)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### [nspc.ChildClass](/Misc-Group/nspc.ChildClass.md)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### [nspc.GrandparentClass](/Misc-Group/nspc.GrandparentClass.md)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### [nspc.InterfaceWithInheritance](/Misc-Group/nspc.InterfaceWithInheritance.md)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### [nspc.MemberGrouping](/Misc-Group/nspc.MemberGrouping.md)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### [nspc.ParentClass](/Misc-Group/nspc.ParentClass.md)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### [nspc.Reference1](/Misc-Group/nspc.Reference1.md)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### [nspc.Reference2](/Misc-Group/nspc.Reference2.md)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### [nspc.Reference3](/Misc-Group/nspc.Reference3.md)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### [nspc.Reference4](/Misc-Group/nspc.Reference4.md)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### [nspc.Reference5](/Misc-Group/nspc.Reference5.md)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### [nspc.Reference6](/Misc-Group/nspc.Reference6.md)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### [nspc.SampleClassWithoutModifier](/Misc-Group/nspc.SampleClassWithoutModifier.md)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### [nspc.SampleRestResource](/Misc-Group/nspc.SampleRestResource.md)
|
|
44
|
+
|
|
45
|
+
Account related operations
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
### [nspc.SampleRestResourceWithInnerClass](/Misc-Group/nspc.SampleRestResourceWithInnerClass.md)
|
|
50
|
+
|
|
51
|
+
Contact related operations
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### [nspc.SampleRestResourceWithoutApexDocs](/Misc-Group/nspc.SampleRestResourceWithoutApexDocs.md)
|
|
56
|
+
|
|
57
|
+
Order related operations
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## Main
|
|
61
|
+
|
|
62
|
+
### [nspc.GroupedClass](/Main/nspc.GroupedClass.md)
|
|
63
|
+
|
|
64
|
+
Uses a block style apex doc
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
### [nspc.SampleClass](/Main/nspc.SampleClass.md)
|
|
69
|
+
|
|
70
|
+
This is a class description. This class relates to [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
71
|
+
But this [ClassThatDoesNotExist](ClassThatDoesNotExist) does not exist.
|
|
72
|
+
You can also link using this syntax [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## Sample Interfaces
|
|
76
|
+
|
|
77
|
+
### [nspc.SampleInterface](/Sample-Interfaces/nspc.SampleInterface.md)
|
|
78
|
+
|
|
79
|
+
This is an interface description.
|
|
80
|
+
|
|
81
|
+
|
package/docs/restapi.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
],
|
|
12
12
|
"paths": {
|
|
13
|
-
"/Account
|
|
13
|
+
"/Account/": {
|
|
14
14
|
"description": "Account related operations",
|
|
15
15
|
"get": {
|
|
16
16
|
"description": "This is a sample HTTP Get method",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
|
-
"/Contact
|
|
321
|
+
"/Contact/": {
|
|
322
322
|
"description": "Contact related operations",
|
|
323
323
|
"get": {
|
|
324
324
|
"description": "This is a sample HTTP Get method",
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
|
-
"/Order
|
|
339
|
+
"/Order/": {
|
|
340
340
|
"description": "Order related operations",
|
|
341
341
|
"get": {
|
|
342
342
|
"requestBody": {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
public class MemberGrouping {
|
|
2
|
-
// @start-group Group old syntax
|
|
3
|
-
public static final String inGroup1;
|
|
4
|
-
public static final String anotherInGroup1;
|
|
5
|
-
// @end-group
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* @start-group Group new syntax
|
|
9
|
-
* @description Group's description
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/** @description Description for constant in group 2 */
|
|
13
|
-
public static final String inGroup2;
|
|
14
|
-
public static final String anotherInGroup2;
|
|
15
|
-
/** @end-group */
|
|
16
|
-
}
|
|
1
|
+
public class MemberGrouping {
|
|
2
|
+
// @start-group Group old syntax
|
|
3
|
+
public static final String inGroup1;
|
|
4
|
+
public static final String anotherInGroup1;
|
|
5
|
+
// @end-group
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @start-group Group new syntax
|
|
9
|
+
* @description Group's description
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/** @description Description for constant in group 2 */
|
|
13
|
+
public static final String inGroup2;
|
|
14
|
+
public static final String anotherInGroup2;
|
|
15
|
+
/** @end-group */
|
|
16
|
+
}
|
|
@@ -57,7 +57,7 @@ class OpenApiDocsProcessor extends processor_type_transpiler_1.default {
|
|
|
57
57
|
logger_1.Logger.error(`Type does not contain urlMapping annotation ${type.name}`);
|
|
58
58
|
return null;
|
|
59
59
|
}
|
|
60
|
-
return urlMapping.value.replaceAll('"', '').replaceAll("'", '');
|
|
60
|
+
return urlMapping.value.replaceAll('"', '').replaceAll("'", '').replaceAll('/*', '/');
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.OpenApiDocsProcessor = OpenApiDocsProcessor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"open-api-docs-processor.js","sourceRoot":"","sources":["../../../src/transpiler/openapi/open-api-docs-processor.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"open-api-docs-processor.js","sourceRoot":"","sources":["../../../src/transpiler/openapi/open-api-docs-processor.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cparra/apexdocs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0-alpha.0",
|
|
4
4
|
"description": "Library with CLI capabilities to generate documentation for Salesforce Apex classes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"apex",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@cparra/apex-reflection": "2.
|
|
69
|
+
"@cparra/apex-reflection": "2.2.0",
|
|
70
70
|
"chalk": "^4.1.2",
|
|
71
71
|
"fast-xml-parser": "^4.0.1",
|
|
72
72
|
"js-yaml": "^4.1.0",
|