Uses of Class
de.xima.fc.mdl.json.JsonPathEntry
-
Packages that use JsonPathEntry Package Description de.xima.fc.converter.json de.xima.fc.entities Package für Datenbankentitätende.xima.fc.mdl.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. -
Uses of JsonPathEntry in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type JsonPathEntry Modifier and Type Method Description List<JsonPathEntry>
FormVersion. getFormPropertiesList()
Method parameters in de.xima.fc.entities with type arguments of type JsonPathEntry Modifier and Type Method Description void
FormVersion. setFormPropertiesList(List<JsonPathEntry> formProperties)
-
Uses of JsonPathEntry in de.xima.fc.mdl.json
Methods in de.xima.fc.mdl.json that return JsonPathEntry Modifier and Type Method Description JsonPathEntry
PersistentXFormProperties. get(int index)
JsonPathEntry
PersistentXFormProperties. remove(int index)
JsonPathEntry
PersistentXFormProperties. set(int index, JsonPathEntry element)
Methods in de.xima.fc.mdl.json that return types with arguments of type JsonPathEntry Modifier and Type Method Description Iterator<JsonPathEntry>
PersistentXFormProperties. iterator()
ListIterator<JsonPathEntry>
PersistentXFormProperties. listIterator()
ListIterator<JsonPathEntry>
PersistentXFormProperties. listIterator(int index)
List<JsonPathEntry>
PersistentXFormProperties. subList(int fromIndex, int toIndex)
Methods in de.xima.fc.mdl.json with parameters of type JsonPathEntry Modifier and Type Method Description void
PersistentXFormProperties. add(int index, JsonPathEntry element)
boolean
PersistentXFormProperties. add(JsonPathEntry jsonPathEntry)
JsonPathEntry
PersistentXFormProperties. set(int index, JsonPathEntry element)
Method parameters in de.xima.fc.mdl.json with type arguments of type JsonPathEntry Modifier and Type Method Description boolean
PersistentXFormProperties. addAll(int index, Collection<? extends JsonPathEntry> c)
boolean
PersistentXFormProperties. addAll(Collection<? extends JsonPathEntry> c)
-