public static class RestKitAdapter.RKRelationship extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
dstProperty |
String |
dstType |
String |
srcProperty |
String |
srcType |
| Constructor and Description |
|---|
RKRelationship(String srcType,
String srcProperty,
String dstProperty,
String dstType) |
| Modifier and Type | Method and Description |
|---|---|
void |
printMapping(PrintWriter p) |
public String srcType
public String srcProperty
public String dstProperty
public String dstType
public void printMapping(PrintWriter p)
Copyright © 2020 Empyr, Inc.. All rights reserved.