@PublicEvolving public class BooleanParser extends FieldParser<Boolean>
FieldParser.ParseErrorState
Constructor and Description |
---|
BooleanParser() |
Modifier and Type | Method and Description |
---|---|
Boolean |
createValue()
Returns an instance of the parsed value type.
|
Boolean |
getLastResult()
Gets the parsed field.
|
int |
parseField(byte[] bytes,
int startPos,
int limit,
byte[] delimiter,
Boolean reuse)
Each parser's logic should be implemented inside this method
|
delimiterNext, endsWithDelimiter, getCharset, getErrorState, getParserForType, nextStringEndPos, nextStringLength, resetErrorStateAndParse, resetParserState, setCharset, setErrorState
public int parseField(byte[] bytes, int startPos, int limit, byte[] delimiter, Boolean reuse)
FieldParser
parseField
in class FieldParser<Boolean>
public Boolean getLastResult()
FieldParser
FieldParser.parseField(byte[], int, int, byte[], Object)
. It objects are mutable and reused,
it will return the object instance that was passed the parse function.getLastResult
in class FieldParser<Boolean>
public Boolean createValue()
FieldParser
createValue
in class FieldParser<Boolean>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.