A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- FalsePropertyFilter - Class in org.kordamp.json.filters
- FalsePropertyFilter() - Constructor for class org.kordamp.json.filters.FalsePropertyFilter
- findDefaultValueProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Finds a DefaultValueProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON] - findJavaPropertyNameProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[JSON -> Java] - findJsonBeanProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Finds a JsonBeanProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON] - findJsonPropertyNameProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON] - findJsonValueProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Finds a JsonValueProcessor registered to the target type.
Returns null if none is registered.
[Java -> JSON] - findJsonValueProcessor(Class, Class, String) - Method in class org.kordamp.json.JsonConfig
-
Finds a JsonValueProcessor.
It will search the registered JsonValueProcessors in the following order: beanClass, key beanClass, type key type Returns null if none is registered.
[Java -> JSON] - findJsonValueProcessor(Class, String) - Method in class org.kordamp.json.JsonConfig
-
Finds a JsonValueProcessor.
It will search the registered JsonValueProcessors in the following order: key type Returns null if none is registered.
[Java -> JSON] - findPropertyNameProcessor(Class) - Method in class org.kordamp.json.JsonConfig
-
Deprecated.use findJavaPropertyNameProcessor() instead
- findTargetClass(String, Map) - Static method in class org.kordamp.json.JSONObject.Impl
-
Locates a Class associated to a specifi key.
The key may be a regexp. - FLOAT - Static variable in interface org.kordamp.json.xml.JSONTypes
- fromArray(boolean[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an boolean[].
- fromArray(byte[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an byte[].
- fromArray(char[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an char[].
- fromArray(double[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an double[].
- fromArray(float[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an float[].
- fromArray(int[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an int[].
- fromArray(long[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an long[].
- fromArray(short[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an short[].
- fromArray(Enum, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
-
Construct a JSONArray from an Enum value.
- fromArray(Object[], JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromBean(Object, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
-
Creates a JSONObject from a POJO.
Supports nested maps, POJOs, and arrays/collections. - fromCollection(Collection, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromDynaBean(DynaBean, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- fromJSONArray(JSONArray, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromJSONObject(JSONObject, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- fromJSONString(JSONString, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromJSONString(JSONString, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- fromJSONTokener(JSONTokener, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromJSONTokener(JSONTokener, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- fromMap(Map, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- fromObject(Object) - Static method in class org.kordamp.json.JSONArray
-
Creates a JSONArray.
Inspects the object type to call the correct JSONArray factory method. - fromObject(Object) - Static method in class org.kordamp.json.JSONObject
-
Creates a JSONObject.
Inspects the object type to call the correct JSONObject factory method. - fromObject(Object, JsonConfig) - Static method in class org.kordamp.json.JSONArray
-
Creates a JSONArray.
Inspects the object type to call the correct JSONArray factory method. - fromObject(Object, JsonConfig) - Static method in class org.kordamp.json.JSONObject
-
Creates a JSONObject.
Inspects the object type to call the correct JSONObject factory method. - fromString(String, JsonConfig) - Static method in class org.kordamp.json.JSONArray.Impl
- fromString(String, JsonConfig) - Static method in class org.kordamp.json.JSONObject.Impl
- FUNCTION - Static variable in interface org.kordamp.json.xml.JSONTypes
All Classes All Packages