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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.fasterxml.jackson.core.format.InputAccessor
com.fasterxml.jackson.core.format.InputAccessor.Std
-
Field Summary
Fields inherited from class com.fasterxml.jackson.core.format.InputAccessor.Std
_buffer, _bufferedEnd, _bufferedStart, _in, _ptr
-
Constructor Summary
ConstructorsConstructorDescriptionAccessorForReader
(byte[] inputDocument) AccessorForReader
(byte[] inputDocument, int start, int len) AccessorForReader
(InputStream in, byte[] buffer) -
Method Summary
Modifier and TypeMethodDescriptioncreateMatcher
(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength) Methods inherited from class com.fasterxml.jackson.core.format.InputAccessor.Std
createMatcher, hasMoreBytes, nextByte, reset
-
Constructor Details
-
AccessorForReader
-
AccessorForReader
public AccessorForReader(byte[] inputDocument) -
AccessorForReader
public AccessorForReader(byte[] inputDocument, int start, int len)
-
-
Method Details
-
createMatcher
public DataFormatReaders.Match createMatcher(ObjectReader match, com.fasterxml.jackson.core.format.MatchStrength matchStrength)
-