| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
convertKeys
Whether to automatically convert map keys to strings.
|
String[] |
keys
The set of map keys to bind.
|
String |
value
Prefix to apply to each map key.
|
public abstract String value
prefix.key.public abstract String[] keys
null. If not specified, all map entries are bound.public abstract boolean convertKeys
Map keys must be strings, or an exception is thrown.
If true, any object may be the key, and it will be converted with Object.toString().Copyright © 2016. All rights reserved.