public class PropertyMetaData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_DELIMITER
Used to separate property meta data.
|
static String |
PROPERTY_TOKEN_DELIMITER
Used to separate property tokens (property-key, property-type)
|
| Constructor and Description |
|---|
PropertyMetaData(String key,
String typeString,
Function<String,Object> valueParser)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the property key.
|
String |
getTypeString()
Returns the property type string.
|
Function<String,Object> |
getValueParser()
Returns a parser for the property value.
|
public static final String PROPERTY_DELIMITER
public static final String PROPERTY_TOKEN_DELIMITER
Copyright © 2014 - 2019–2019 University of Leipzig. All rights reserved.