public static interface AbstractConfig.IKey<T>
Map key with some
functionality like assertion of value type and default value
handling.| Modifier and Type | Method and Description |
|---|---|
T |
getDefaultValue() |
boolean |
isDefaultValue(T value)
checks if given value is equal to default value
|
String |
key() |
Copyright © 2013 agilecoders.de. All Rights Reserved.