public abstract class JsonReaderInternalAccess
extends java.lang.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 java.io.IOException
java.io.IOException