| Constructor and Description |
|---|
PropertyModel(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
asParameter() |
boolean |
equals(Object o) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
String |
toString() |
static <K,V> PropertyModel<K,V> |
with(K key,
V value)
Constructs a new
PropertyModel inferring the generic type arguments of the key and the value. |
public static <K,V> PropertyModel<K,V> with(K key, V value)
PropertyModel inferring the generic type arguments of the key and the value.key - The property key or namevalue - The property valuePropertyModel based on the given argumentspublic Object asParameter()
asParameter in interface Property<K,V>Copyright © 2015–2019 Neo Technology, Inc.. All rights reserved.