Uses of Class
org.ghotibeaun.json.exception.JSONFactoryException
Package | Description |
---|---|
org.ghotibeaun.json | |
org.ghotibeaun.json.factory |
-
Uses of JSONFactoryException in org.ghotibeaun.json
Methods in org.ghotibeaun.json that throw JSONFactoryException Modifier and Type Method Description static JSONFactory
JSONFactory. newFactory()
Create a new factory implementation.static JSONFactory
JSONFactory. newFactory(boolean useDefaultSettings)
-
Uses of JSONFactoryException in org.ghotibeaun.json.factory
Methods in org.ghotibeaun.json.factory that throw JSONFactoryException Modifier and Type Method Description static void
FactorySettings. applySetting(String name, String value)
Applies a setting.static void
FactorySettings. applySetting(Setting setting, String value)
static <T> T
FactorySettings. createFactoryClass(Setting setting)