Class ParserUtils
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.utils.ParserUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypePrimitive.Parserstatic final TypePrimitive.Parserstatic final TypePrimitive.Parser -
Method Summary
Modifier and TypeMethodDescriptionstatic StringentityPath(EntityType entityType, Object... primaryKeyValues) static StringformatKeyValuesForUrl(Entity entity) static StringformatKeyValuesForUrl(Object... pkeyValues) static StringrelationPath(Entity parent, NavigationProperty relation) The local path to an entity or collection.static Object[]tryToParse(String input)
-
Field Details
-
PARSER_LONG
-
PARSER_UUID
-
PARSER_STRING
-
-
Method Details
-
entityPath
-
formatKeyValuesForUrl
-
formatKeyValuesForUrl
-
tryToParse
-