
Public Member Functions | |
| ERXRestFormatDelegate (String idKey, String typeKey, String nilKey, boolean writeNilKey, boolean pluralNames, boolean underscoreNames, boolean arrayTypes) | |
| ERXRestFormatDelegate () | |
| void | nodeDidParse (ERXRestRequestNode node) |
| void | nodeWillWrite (ERXRestRequestNode node) |
Static Public Attributes | |
| static final String | ID_KEY = "id" |
| static final String | NIL_KEY = "nil" |
| static final String | TYPE_KEY = "type" |
Private Attributes | |
| boolean | _arrayTypes |
| String | _idKey |
| String | _nilKey |
| boolean | _pluralNames |
| String | _typeKey |
| boolean | _underscoreNames |
| boolean | _writeNilKey |
| ERXRestFormatDelegate | ( | String | idKey, | |
| String | typeKey, | |||
| String | nilKey, | |||
| boolean | writeNilKey, | |||
| boolean | pluralNames, | |||
| boolean | underscoreNames, | |||
| boolean | arrayTypes | |||
| ) |
| void nodeDidParse | ( | ERXRestRequestNode | node | ) |
Implements ERXRestFormat.Delegate.
| void nodeWillWrite | ( | ERXRestRequestNode | node | ) |
Implements ERXRestFormat.Delegate.
boolean _arrayTypes [private] |
boolean _pluralNames [private] |
boolean _underscoreNames [private] |
boolean _writeNilKey [private] |
1.5.8