T
- Property value typepublic interface ConfigProperty<T> extends Serializable
String
key and supporting a typed value.Modifier and Type | Method and Description |
---|---|
static <T> ConfigProperty<T> |
create(String key,
Class<T> type)
Create a
ConfigProperty |
String |
getKey()
Property key (name)
|
Class<T> |
getType()
Property value type
|
String getKey()
static <T> ConfigProperty<T> create(String key, Class<T> type)
ConfigProperty
T
- Property value typekey
- Property key (not null)type
- Property type (not null)Copyright © 2019 The Holon Platform. All rights reserved.