public static final class PropertySource.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static CharSequence |
joinAsCamelCase(Iterable<? extends CharSequence> tokens)
Joins a list of strings using camelCaseConventions.
|
static List<CharSequence> |
tokenize(CharSequence value)
Converts a property name string into a list of tokens.
|
public static List<CharSequence> tokenize(CharSequence value)
log4j,
log4j2, Log4j, or org.apache.logging.log4j, along with separators of
dash -, dot ., underscore _, and slash /. Tokens can also be separated
by camel case conventions without needing a separator character in between.value - property namepublic static CharSequence joinAsCamelCase(Iterable<? extends CharSequence> tokens)
tokens - tokens to convertCopyright © 2021 JBoss by Red Hat. All rights reserved.