public class KeyHelper extends Object
| Constructor and Description |
|---|
KeyHelper() |
| Modifier and Type | Method and Description |
|---|---|
private static void |
append(StringBuilder builder,
String part) |
static String |
name(Class<?> klass,
String... names)
Concatenates a class name and elements to form a dotted name, eliding any null values or
empty strings.
|
static String |
name(String name,
String... names)
Concatenates elements to form a dotted name, eliding any null values or empty strings.
|
public static String name(String name, String... names)
name - the first element of the namenames - the remaining elements of the namename and names concatenated by periodspublic static String name(Class<?> klass, String... names)
klass - the first element of the namenames - the remaining elements of the nameklass and names concatenated by periodsprivate static void append(StringBuilder builder, String part)
Copyright © 2014 Immobilien Scout GmbH. All rights reserved.