Uses of Class
de.xima.fc.mdl.json.JsonPathEntry
-
Packages that use JsonPathEntry Package Description de.xima.fc.converter.json -
-
Uses of JsonPathEntry in de.xima.fc.converter.json
Methods in de.xima.fc.converter.json that return types with arguments of type JsonPathEntry Modifier and Type Method Description List<JsonPathEntry>
JsonPathEntryConverter. convertToFlat(Object json, IJsonIterator jsonIterator)
Converts a map to a list of entries, with one entry for each primitive value in the map.Method parameters in de.xima.fc.converter.json with type arguments of type JsonPathEntry Modifier and Type Method Description Object
JsonPathEntryConverter. convertToJson(List<JsonPathEntry> entries, IJsonBuilder<?,?> jsonBuilder)
Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator)
, to a JSON value.<A> A
JsonPathEntryConverter. convertToJsonArray(List<JsonPathEntry> entries, IJsonBuilder<A,?> jsonBuilder)
Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator)
, to a JSON array.<O> O
JsonPathEntryConverter. convertToJsonObject(List<JsonPathEntry> entries, IJsonBuilder<?,O> jsonBuilder)
Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator)
, to a JSON object.
-