Uses of Class
de.xima.fc.mdl.json.JsonPathEntry
Packages that use JsonPathEntry
-
Uses of JsonPathEntry in de.xima.fc.converter.json
Methods in de.xima.fc.converter.json that return types with arguments of type JsonPathEntryModifier and TypeMethodDescriptionJsonPathEntryConverter.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 JsonPathEntryModifier and TypeMethodDescriptionJsonPathEntryConverter.convertToJson(List<JsonPathEntry> entries, IJsonBuilder<?, ?> jsonBuilder) Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator), to a JSON value.<A> AJsonPathEntryConverter.convertToJsonArray(List<JsonPathEntry> entries, IJsonBuilder<A, ?> jsonBuilder) Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator), to a JSON array.<O> OJsonPathEntryConverter.convertToJsonObject(List<JsonPathEntry> entries, IJsonBuilder<?, O> jsonBuilder) Converts a list of entries, as created byJsonPathEntryConverter.convertToFlat(Object, IJsonIterator), to a JSON object.