public class BinaryValueListener extends ScalarListener
isArray, loader, writer
Constructor and Description |
---|
BinaryValueListener(JsonLoaderImpl loader,
ScalarWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
onValue(com.fasterxml.jackson.core.JsonToken token,
TokenIterator tokenizer)
Called for a JSON scalar token.
|
protected void |
setArrayNull() |
onText, schema, setNull, typeConversionError
public BinaryValueListener(JsonLoaderImpl loader, ScalarWriter writer)
public void onValue(com.fasterxml.jackson.core.JsonToken token, TokenIterator tokenizer)
ValueListener
onValue
in interface ValueListener
onValue
in class ScalarListener
token
- the scalar tokentokenizer
- provides access to the value of the tokenprotected void setArrayNull()
setArrayNull
in class ScalarListener
Copyright © 1970 The Apache Software Foundation. All rights reserved.