Package org.ghotibeaun.json.parser.jep
Class ParserSettings
java.lang.Object
org.ghotibeaun.json.parser.jep.ParserSettings
public class ParserSettings extends Object
-
Constructor Summary
Constructors Constructor Description ParserSettings(ParserConfiguration parserConfiguration)
-
Method Summary
Modifier and Type Method Description int
getBlockSize()
int
getBlockSizeBytes()
Charset
getCharset()
String
getCharSetName()
boolean
getEnableStatistics()
ParserConfiguration
getParserConfiguration()
FloatingPointNumber
getUseFloatingPointType()
NonFloatingPointNumber
getUseNonFloatingPointType()
boolean
getUseStrict()
static ParserSettings
newSettings(EventHandler handler)
ParserSettings
setBlockSize(int sizeInKb)
ParserSettings
setCharSet(String charSet)
ParserSettings
setEnableStatistics(boolean enable)
ParserSettings
setParserConfiguration(ParserConfiguration configuration)
ParserSettings
setUseFloatingPointType(FloatingPointNumber value)
ParserSettings
setUseNonFloatingPointType(NonFloatingPointNumber value)
ParserSettings
setUseStrict(boolean useStrict)
-
Constructor Details
-
ParserSettings
-
-
Method Details
-
newSettings
-
setBlockSize
-
getBlockSize
public int getBlockSize() -
getBlockSizeBytes
public int getBlockSizeBytes() -
setCharSet
-
getCharSetName
-
getCharset
-
setEnableStatistics
-
getEnableStatistics
public boolean getEnableStatistics() -
getUseStrict
public boolean getUseStrict() -
setUseStrict
-
setUseFloatingPointType
-
getUseFloatingPointType
-
setUseNonFloatingPointType
-
getUseNonFloatingPointType
-
setParserConfiguration
-
getParserConfiguration
-