| Modifier and Type | Field and Description |
|---|---|
static String |
ESCAPE_STR |
static String |
ID_SPLITOR_STR |
static String |
IDS_SPLITOR_STR |
| Constructor and Description |
|---|
SplicingIdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
concat(String... ids)
Concat multiple ids into one composite id with IDS_SPLITOR
|
static String |
concatValues(List<?> values)
Concat property values with NAME_SPLITOR
|
static String |
concatValues(Object... values)
Concat property values with NAME_SPLITOR
|
static SplicingIdGenerator |
instance() |
static String[] |
split(String ids)
Split a composite id into multiple ids with IDS_SPLITOR
|
public static final String ESCAPE_STR
public static final String IDS_SPLITOR_STR
public static final String ID_SPLITOR_STR
public static SplicingIdGenerator instance()
public static String concat(String... ids)
ids - the string id values to be contactedpublic static String[] split(String ids)
ids - the string id value to be splitpublic static String concatValues(List<?> values)
values - the property values to be contactedCopyright © 2023 The Apache Software Foundation. All rights reserved.