Skip to content

Commit 40201ad

Browse files
committed
Remove extensions already provided by Stargate
1 parent 35b614a commit 40201ad

File tree

2 files changed

+0
-75
lines changed

2 files changed

+0
-75
lines changed
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
Extension { #name : 'NeoJSONReader' }
22

3-
{ #category : '*API-Skeleton' }
4-
NeoJSONReader >> for: schemaName strictDo: block [
5-
6-
| mapping |
7-
mapping := self strictMappingFor: schemaName.
8-
block value: mapping.
9-
^ mapping
10-
]
11-
123
{ #category : '*API-Skeleton' }
134
NeoJSONReader >> mapRemoteReference [
145

@@ -32,13 +23,3 @@ NeoJSONReader >> mapRemoteReference [
3223
]
3324
]
3425
]
35-
36-
{ #category : '*API-Skeleton' }
37-
NeoJSONReader >> strictMappingFor: smalltalkClass [
38-
39-
^ self mappings at: smalltalkClass ifAbsentPut: [
40-
NeoJSONStrictObjectMapping new
41-
subjectClass: smalltalkClass;
42-
yourself
43-
]
44-
]

source/API-Skeleton/NeoJSONStrictObjectMapping.class.st

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)