Class DataFormatReaders.AccessorForReader
- java.lang.Object
-
- com.fasterxml.jackson.core.format.InputAccessor.Std
-
- com.fasterxml.jackson.databind.deser.DataFormatReaders.AccessorForReader
-
- All Implemented Interfaces:
com.fasterxml.jackson.core.format.InputAccessor
- Enclosing class:
- DataFormatReaders
protected static class DataFormatReaders.AccessorForReader extends com.fasterxml.jackson.core.format.InputAccessor.Std
We need sub-class here as well, to be able to access efficiently.
-
-
Constructor Summary
Constructors Constructor Description AccessorForReader(byte[] inputDocument)
AccessorForReader(byte[] inputDocument, int start, int len)
AccessorForReader(java.io.InputStream in, byte[] buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFormatReaders.Match
createMatcher(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength)
-
-
-
Method Detail
-
createMatcher
public DataFormatReaders.Match createMatcher(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength)
-
-