ValueDecoderFactory.BaseArrayDecoder
public abstract class TypedArrayDecoder extends Object
TypedValueDecoder
for
decoding individual values.
Set of concrete implementations is included in the reference implementation of the Typed Access API.
Constructor | Description |
---|---|
TypedArrayDecoder() |
Modifier and Type | Method | Description |
---|---|---|
abstract boolean |
decodeValue(char[] buffer,
int start,
int end) |
|
abstract boolean |
decodeValue(String input) |
Method called to decode single (element) value that given textual
input contains and store it in result array.
|
abstract int |
getCount() |
|
abstract boolean |
hasRoom() |
public abstract boolean decodeValue(String input) throws IllegalArgumentException
IllegalArgumentException
public abstract boolean decodeValue(char[] buffer, int start, int end) throws IllegalArgumentException
IllegalArgumentException
public abstract int getCount()
public abstract boolean hasRoom()
Copyright © 2019 fasterxml.com. All rights reserved.