| Package | Description |
|---|---|
| net.sf.okapi.filters.json | |
| net.sf.okapi.filters.json.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONFilter.handleKey(String key,
JsonValueTypes valueType,
JsonKeyTypes keyType) |
void |
JSONFilter.handleValue(String value,
JsonValueTypes valueType) |
| Modifier and Type | Method and Description |
|---|---|
static JsonValueTypes |
JsonValueTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonValueTypes[] |
JsonValueTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IJsonHandler.handleKey(String key,
JsonValueTypes valueType,
JsonKeyTypes keyType)
Handle json key, used in resname
|
void |
IJsonHandler.handleValue(String value,
JsonValueTypes valueType)
Handle json value, may be double, single quoted string,
number, boolean symbol or null
|
Copyright © 2021. All rights reserved.