A B C G I J L O R S U V

A

addFieldMapping(String, String) - Method in class org.openntf.jsonbeanx.J2BSettings
Add a mapping of JSON fieldname to a setter method in a Java bean; this is used for converting a JSON string to a Java bean.
addJSONClassPrefix(Class, String) - Method in class org.openntf.jsonbeanx.J2BSettings
Use this if you want the Map of values for a Java bean class to be prefixed with a field name, or if you are processing JSON that prefixes a Map of values for a particular object with a field name.
addMethodMapping(String, String) - Method in class org.openntf.jsonbeanx.J2BSettings
Add a mapping of a getter method in a Java bean to a JSON field name; this is used for converting a Java bean to a JSON string.
addRequiredField(Class, String) - Method in class org.openntf.jsonbeanx.J2BSettings
Add a JSON field name that is required when a specific class is being used to generate a Java bean from JSON.
addUnloggableField(String) - Method in class org.openntf.jsonbeanx.J2BSettings
Add a field to the "unloggable list" in settings, which means that the value of this JSON field will never be written to the logs or returned in an Exception message.

A B C G I J L O R S U V