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 intgetBlockSize()intgetBlockSizeBytes()CharsetgetCharset()StringgetCharSetName()booleangetEnableStatistics()ParserConfigurationgetParserConfiguration()FloatingPointNumbergetUseFloatingPointType()NonFloatingPointNumbergetUseNonFloatingPointType()booleangetUseStrict()static ParserSettingsnewSettings(EventHandler handler)ParserSettingssetBlockSize(int sizeInKb)ParserSettingssetCharSet(String charSet)ParserSettingssetEnableStatistics(boolean enable)ParserSettingssetParserConfiguration(ParserConfiguration configuration)ParserSettingssetUseFloatingPointType(FloatingPointNumber value)ParserSettingssetUseNonFloatingPointType(NonFloatingPointNumber value)ParserSettingssetUseStrict(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
-