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 6837d80 commit 7a829e0Copy full SHA for 7a829e0
README
@@ -95,7 +95,7 @@ Overview:
95
throws IllegalArgumentException, IllegalAccessException;
96
protected Object reviver(String name, Object value);
97
// first call with object class name and json argument as value
98
- static boolean isClassName(fldName);
+ static boolean isClassName(String name);
99
<T> T castMember(String memberName, JSON jsonObj, T sample);
100
// returns the sample if member does not exists
101
protected void setIgnored(String[] fldNames); // set ignored field names
0 commit comments