Package overit.geocall.util.gson
Class Adapter
java.lang.Object
overit.geocall.util.gson.Adapter
Class Adapter for gson
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectcast(Object o, String where, Adapter.Cast ac) The path are of type JSONPath, that is $.fieldA.fieldB[pos0].fieldC[*][pos3].* where the name and the positions can be *protected static Objectcast(Object o, Path cursor, Adapter.Cast ac, Path filter, boolean cast)
-
Method Details
-
cast
The path are of type JSONPath, that is $.fieldA.fieldB[pos0].fieldC[*][pos3].* where the name and the positions can be *- Parameters:
o- List or Mapwhere- That is the filterac- The cast- Returns:
- The cast
-
cast
-