| Package | Description |
|---|---|
| net.openhft.saxophone.json |
| Modifier and Type | Method and Description |
|---|---|
JsonParserTopLevelStrategy |
JsonParserBuilder.topLevelStrategy()
Returns the parser's top-level strategy.
|
static JsonParserTopLevelStrategy |
JsonParserTopLevelStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonParserTopLevelStrategy[] |
JsonParserTopLevelStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonParserBuilder |
JsonParserBuilder.topLevelStrategy(JsonParserTopLevelStrategy topLevelStrategy)
Sets the parser's top-level strategy
|
Copyright © 2014. All rights reserved.