protected class DataFormatReaders.AccessorForReader
extends com.fasterxml.jackson.core.format.InputAccessor.Std
Constructor and Description |
---|
AccessorForReader(byte[] inputDocument) |
AccessorForReader(byte[] inputDocument,
int start,
int len) |
AccessorForReader(InputStream in,
byte[] buffer) |
Modifier and Type | Method and Description |
---|---|
DataFormatReaders.Match |
createMatcher(ObjectReader match,
com.fasterxml.jackson.core.format.MatchStrength matchStrength) |
public AccessorForReader(InputStream in, byte[] buffer)
public AccessorForReader(byte[] inputDocument)
public 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.