| Package | Description |
|---|---|
| org.glassfish.admin.rest.readers |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlInputObject |
| Modifier and Type | Method and Description |
|---|---|
InputObject |
InputObject.put(String key,
Object value)
Put a key/value pair in this object, but only if the key and the
value are both non-null, and only if there is not already a member
with that name.
|
InputObject |
InputObject.putMap(Map value)
Adds a map to the current object
|
InputObject |
InputObject.putMap(String key,
Map value)
Deprecated.
replaced by
putMap(java.util.Map) |
Copyright © 2019. All rights reserved.