-
public final class StringExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static StringsnakeToLowerCamelCase(String $self)Converts string written in snake case to String in camel case with the first symbol in lower case. final static StringlowerCamelCaseToGetter(String $self)final static Pair<String, String>cidToTypeAndId(String $self)Parses CID of channel to channelType and channelId. -
-
Method Detail
-
snakeToLowerCamelCase
final static String snakeToLowerCamelCase(String $self)
Converts string written in snake case to String in camel case with the first symbol in lower case. For example string "created_at_some_time" is converted to "createdAtSomeTime".
-
lowerCamelCaseToGetter
final static String lowerCamelCaseToGetter(String $self)
-
cidToTypeAndId
final static Pair<String, String> cidToTypeAndId(String $self)
Parses CID of channel to channelType and channelId.
-
-
-
-