protected class DataFormatReaders.AccessorForReader
extends com.fasterxml.jackson.core.format.InputAccessor.Std
| Constructor and Description |
|---|
DataFormatReaders.AccessorForReader(byte[] inputDocument) |
DataFormatReaders.AccessorForReader(byte[] inputDocument,
int start,
int len) |
DataFormatReaders.AccessorForReader(InputStream in,
byte[] buffer) |
| Modifier and Type | Method and Description |
|---|---|
DataFormatReaders.Match |
createMatcher(ObjectReader match,
com.fasterxml.jackson.core.format.MatchStrength matchStrength) |
public DataFormatReaders.AccessorForReader(InputStream in, byte[] buffer)
public DataFormatReaders.AccessorForReader(byte[] inputDocument)
public DataFormatReaders.AccessorForReader(byte[] inputDocument,
int start,
int len)
public DataFormatReaders.Match createMatcher(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength)
Copyright © 2014-2015 FasterXML. All Rights Reserved.