public class PropertyId<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
PropertyId(String name,
Class<T> valueClass) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
T |
get(PropertyMap map)
Deprecated.
|
Class<T> |
getValueClass() |
int |
hashCode() |
static <T> PropertyId<T> |
newInstance(String name,
Class<T> valueClass) |
T |
put(PropertyMapBuilder builder,
T value)
Deprecated.
|
String |
toString() |
public static <T> PropertyId<T> newInstance(String name, Class<T> valueClass)
public T get(PropertyMap map)
public T put(PropertyMapBuilder builder, T value)