Uses of Interface
org.ghotibeaun.json.JSONObject
-
Uses of JSONObject in org.ghotibeaun.json
Methods in org.ghotibeaun.json that return JSONObject Modifier and Type Method Description default JSONObjectJSONNode. asJSONObject()Return the JSONNode as a JSONObjectJSONObjectJSONArray. getJSONObject(int index)Return a JSONOBject valueJSONObjectJSONObject. getJSONObject(String key)Return a JSONObject with the associated keydefault JSONObjectJSONObject. mergeToCopy(JSONObject secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)Merge the current JSONObject instance with another and return the merged instance.Methods in org.ghotibeaun.json with parameters of type JSONObject Modifier and Type Method Description voidJSONArray. add(JSONObject obj)Add a JSONObject valuedefault voidJSONObject. merge(JSONObject secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)Merge another JSONObject into this instance.default JSONObjectJSONObject. mergeToCopy(JSONObject secondary, ArrayConflict arrayConflict, ObjectConflict objectConflict)Merge the current JSONObject instance with another and return the merged instance.voidJSONObject. put(String key, JSONObject o)Adds or replaces a JSONObject value -
Uses of JSONObject in org.ghotibeaun.json.converters
Methods in org.ghotibeaun.json.converters that return JSONObject Modifier and Type Method Description abstract JSONObjectAbstractClassConverter. convertToJSONObject(Map<String,?> source)abstract JSONObjectAbstractClassConverter. convertToJSONObject(Map<String,?> source, Class<?> targetClass)abstract JSONObjectAbstractClassConverter. convertToJSONObject(Map<String,?> source, Optional<ValueConverter<?>> valueConverter, Optional<Class<?>> targetClass)abstract JSONObjectAbstractClassConverter. convertToJSONObject(Map<String,?> source, ValueConverter<?> converter)abstract <T> JSONObjectAbstractClassConverter. convertToJSONObject(T source)JSONObjectClassConverter. convertToJSONObject(Map<String,?> source)Convert a Map to a JSONObject.JSONObjectClassConverter. convertToJSONObject(Map<String,?> source, Class<?> targetClass)Convert a Map to a JSONObject.JSONObjectClassConverter. convertToJSONObject(Map<String,?> source, Optional<ValueConverter<?>> valueConverter, Optional<Class<?>> targetClass)Convert a Map to JSONObject.JSONObjectClassConverter. convertToJSONObject(Map<String,?> source, ValueConverter<?> converter)Convert a Map to a JSONObject.<T> JSONObjectClassConverter. convertToJSONObject(T source)Convert to a JSONObjectstatic JSONObjectConverters. convertToJSONObject(Map<String,?> source, Class<?> targetClass, ConverterOption<?>... options)Convert a Map to a JSONObject.static JSONObjectConverters. convertToJSONObject(Map<String,?> source, Optional<ValueConverter<?>> valueConverter, Optional<Class<?>> targetClass, ConverterOption<?>... options)Convert a Map to a JSONObject.static JSONObjectConverters. convertToJSONObject(Map<String,?> source, ConverterOption<?>... options)Convert a Map to a JSONObject.static JSONObjectConverters. convertToJSONObject(Map<String,?> source, ValueConverter<?> converter, ConverterOption<?>... options)Convert a Map to a JSONObject.static <T> JSONObjectConverters. convertToJSONObject(T source, ConverterOption<?>... options)Convert to a JSONObjectMethods in org.ghotibeaun.json.converters with parameters of type JSONObject Modifier and Type Method Description abstract <T> TAbstractJSONConverter. convertToClass(Class<T> targetClass, JSONObject json)static <T> TConverters. convertToClass(Class<T> targetClass, JSONObject jsonObject, ConverterOption<?>... options)Convert a JSONObject into a Class instance<T> TJSONConverter. convertToClass(Class<T> targetClass, JSONObject json)Convert a JSONObject into a Class instance -
Uses of JSONObject in org.ghotibeaun.json.converters.utils
Methods in org.ghotibeaun.json.converters.utils that return JSONObject Modifier and Type Method Description JSONObjectClassScanner.Validation. getContext()JSONObjectGetterMethodReference. getJSON()JSONObjectMethodReference. getJSON()JSONObjectSetterMethodReference. getJSON()JSONObjectClassScanner.Validation. getScanRef()JSONObjectScannerEntry. toJSON()JSONObjectScannerList. toJSON()Methods in org.ghotibeaun.json.converters.utils with parameters of type JSONObject Modifier and Type Method Description ClassScanner.ValidationClassScanner. validate(JSONObject referenceJSON)Constructors in org.ghotibeaun.json.converters.utils with parameters of type JSONObject Constructor Description Validation(Class<?> targetClass, JSONObject context, boolean isValid, List<String> missing, JSONObject scanRef) -
Uses of JSONObject in org.ghotibeaun.json.factory
Methods in org.ghotibeaun.json.factory that return JSONObject Modifier and Type Method Description static JSONObjectNodeFactory. newJSONObject()static JSONObjectNodeFactory. newJSONObject(Map<String,?> map)Methods in org.ghotibeaun.json.factory that return types with arguments of type JSONObject Modifier and Type Method Description static JSONValue<JSONObject>NodeFactory. newJSONObjectValue(JSONObject value)Methods in org.ghotibeaun.json.factory with parameters of type JSONObject Modifier and Type Method Description static JSONValue<JSONObject>NodeFactory. newJSONObjectValue(JSONObject value) -
Uses of JSONObject in org.ghotibeaun.json.merge.strategies
Methods in org.ghotibeaun.json.merge.strategies with parameters of type JSONObject Modifier and Type Method Description voidAcceptPrimaryConflictStrategy. apply(JSONObject context, String propertyValue, JSONValue<?> primaryValue, JSONValue<?> secondaryValue)voidAcceptSecondaryConflictStrategy. apply(JSONObject context, String propertyValue, JSONValue<?> primaryValue, JSONValue<?> secondaryValue)voidAppendObjectConflictStrategy. apply(JSONObject context, String propertyValue, JSONValue<?> primaryValue, JSONValue<?> secondaryValue) -
Uses of JSONObject in org.ghotibeaun.json.parser
Methods in org.ghotibeaun.json.parser that return JSONObject Modifier and Type Method Description JSONObjectJSONParser. newJSONObject()Create an empty JSONObject -
Uses of JSONObject in org.ghotibeaun.json.parser.csv
Methods in org.ghotibeaun.json.parser.csv that return JSONObject Modifier and Type Method Description JSONObjectRow. getJSONObject()Methods in org.ghotibeaun.json.parser.csv with parameters of type JSONObject Modifier and Type Method Description static CSVSettingsCSVSettings. fromConfiguration(JSONObject configuration)