| Package | Description |
|---|---|
| net.openhft.saxophone.json |
| Modifier and Type | Method and Description |
|---|---|
static JsonParserOption |
JsonParserOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonParserOption[] |
JsonParserOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<JsonParserOption> |
JsonParserBuilder.options()
Returns the parser options as read-only set.
|
| Modifier and Type | Method and Description |
|---|---|
JsonParserBuilder |
JsonParserBuilder.options(JsonParserOption first,
JsonParserOption... rest)
Sets the parser options.
|
JsonParserBuilder |
JsonParserBuilder.options(JsonParserOption first,
JsonParserOption... rest)
Sets the parser options.
|
| Modifier and Type | Method and Description |
|---|---|
JsonParserBuilder |
JsonParserBuilder.options(Collection<JsonParserOption> options)
Sets the parser options.
|
Copyright © 2015. All rights reserved.