We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836e86a commit 507ef47Copy full SHA for 507ef47
ObjectMapper/Core/Mapper.swift
@@ -79,22 +79,6 @@ public class Mapper<N: Mappable> {
79
public init(){
80
81
}
82
-
83
- func mappingType() -> MappingType {
84
- return map.mappingType
85
- }
86
87
- func currentValue() -> AnyObject? {
88
- return map.currentValue
89
90
91
- func currentKey() -> String? {
92
- return map.currentKey
93
94
95
- func JSONDictionary() -> [String:AnyObject] {
96
- return map.JSONDictionary
97
98
99
// MARK: Public Mapping functions
100
0 commit comments