public abstract class JsonReaderInternalAccess extends Object
| Modifier and Type | Field and Description |
|---|---|
static JsonReaderInternalAccess |
INSTANCE |
| Constructor and Description |
|---|
JsonReaderInternalAccess() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
promoteNameToValue(JsonReader reader)
Changes the type of the current property name token to a string value.
|
public static JsonReaderInternalAccess INSTANCE
public abstract void promoteNameToValue(JsonReader reader) throws IOException
IOException