Package io.quarkus.runtime.util
Class StringUtil
java.lang.Object
io.quarkus.runtime.util.StringUtil
-
Method Summary
Modifier and TypeMethodDescriptioncamelHumpsIterator(String str) static StringchangePrefix(String name, String oldPrefix, String newPrefix) static Stringstatic booleanstatic StringlowerCaseFirst(Iterator<String> orig) withoutSuffix(Iterator<String> orig, String... suffixes) static <T> List<T> withoutSuffix(List<T> list, T... segments)
-
Method Details
-
changePrefix
-
camelHumpsIterator
-
lowerCase
-
join
-
lowerCaseFirst
-
withoutSuffix
-
withoutSuffix
-
toList
-
hyphenate
-
isNullOrEmpty
-