Package | Description |
---|---|
org.apache.hive.hcatalog.templeton |
Modifier and Type | Method and Description |
---|---|
static JsonBuilder |
JsonBuilder.create()
Create a new map object.
|
static JsonBuilder |
JsonBuilder.create(String json)
Create a new map object from the existing json.
|
static JsonBuilder |
JsonBuilder.createError(String msg,
int errorCode)
Create a new map error object.
|
JsonBuilder |
JsonBuilder.put(String name,
Object val)
Add a non-null value to the map.
|
JsonBuilder |
JsonBuilder.remove(String name)
Remove a value from the map.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.