public static class JsonObjectParser.Builder extends Object
Implementation is not thread-safe.
| Constructor and Description |
|---|
Builder(JsonFactory
|
| Modifier and Type | Method and Description |
|---|---|
JsonObjectParser |
build()
Returns a new instance of a JSON object parser.
|
JsonFactory |
getJsonFactory()
Returns the JSON factory.
|
Collection |
getWrapperKeys()
Returns the wrapper keys for the JSON content.
|
JsonObjectParser |
setWrapperKeys(Collection
Sets the wrapper keys for the JSON content.
|
public Builder(JsonFactoryjsonFactory)
jsonFactory - JSON factory
public JsonObjectParserbuild()
public final JsonFactorygetJsonFactory()
public final Collection<String > getWrapperKeys()
public JsonObjectParser.Builder setWrapperKeys(Collection <String > wrapperKeys)
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.