- parse(String) - Static method in class org.kordamp.json.JSONFunction
-
Constructs a JSONFunction from a text representation
- peek() - Method in class org.kordamp.json.util.JSONTokener
-
Look at the next character in the source string.
- processArrayDimensions(JSONArray, List, int) - Static method in class org.kordamp.json.JSONArray.Impl
-
- processArrayValue(Object, JsonConfig) - Method in class org.kordamp.json.processors.JsDateJsonValueProcessor
-
- processArrayValue(Object, JsonConfig) - Method in interface org.kordamp.json.processors.JsonValueProcessor
-
Processes the value an returns a suitable JSON value.
- processBean(Object, JsonConfig) - Method in class org.kordamp.json.processors.JsDateJsonBeanProcessor
-
Processes the input bean into a compatible JsDate.
- processBean(Object, JsonConfig) - Method in interface org.kordamp.json.processors.JsonBeanProcessor
-
Processes the bean an returns a suitable JSONObject representation.
- processObjectValue(String, Object, JsonConfig) - Method in class org.kordamp.json.processors.JsDateJsonValueProcessor
-
- processObjectValue(String, Object, JsonConfig) - Method in interface org.kordamp.json.processors.JsonValueProcessor
-
Processes the value an returns a suitable JSON value.
- processPropertyName(Class, String) - Method in interface org.kordamp.json.processors.PropertyNameProcessor
-
Processes the property name.
- PropertyExclusionClassMatcher - Class in org.kordamp.json.util
-
Base class for finding a matching property exlucsion.
DEFAULT - matches the target class with equals().
- PropertyExclusionClassMatcher() - Constructor for class org.kordamp.json.util.PropertyExclusionClassMatcher
-
- PropertyFilter - Interface in org.kordamp.json.util
-
- PropertyNameProcessor - Interface in org.kordamp.json.processors
-
Base interface for mutating property names of a Bean.
- PropertyNameProcessorMatcher - Class in org.kordamp.json.processors
-
Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals().
- PropertyNameProcessorMatcher() - Constructor for class org.kordamp.json.processors.PropertyNameProcessorMatcher
-
- PropertySetStrategy - Class in org.kordamp.json.util
-
Defines a custom setter to be used when setting object values.
Specify with JsonConfig.setJsonPropertySetter().
- PropertySetStrategy() - Constructor for class org.kordamp.json.util.PropertySetStrategy
-
- protect(String) - Method in class org.kordamp.json.util.WebHijackPreventionStrategy
-
Transforms the input with the desired strategy.
- protect(JSON) - Static method in class org.kordamp.json.util.WebUtils
-
Transforms the input Json string using the configured
WebHijackPreventionStrategy.
- protect(JSON, boolean) - Static method in class org.kordamp.json.util.WebUtils
-
Transforms the input Json string using the configured
WebHijackPreventionStrategy.
- put(String, Object) - Method in class org.kordamp.json.JSONObject
-
- putAll(Map) - Method in class org.kordamp.json.JSONObject
-
- putAll(Map, JsonConfig) - Method in class org.kordamp.json.JSONObject
-