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

S

setAllowMappedDuplicates(boolean) - Method in class org.openntf.jsonbeanx.J2BSettings
Set this to true if you want to use fields and methods that are would otherwise be overridden by field and method mappings.
setDateFormat(String) - Method in class org.openntf.jsonbeanx.J2BSettings
Set the date format string used for converting between Date objects and Strings (and back).
setLogger(Logger) - Method in class org.openntf.jsonbeanx.J2BSettings
Use the given Logger to log all internal messages (at Level.FINE) and exceptions (at Level.WARNING) produced when the J2BConverter runs.
setMappingFailureFatal(boolean) - Method in class org.openntf.jsonbeanx.J2BSettings
Set this to be true if you want the J2BConverter to throw an Exception if it cannot find a setter method that corresponds to any of the JSON fields that it processes.
setSkipNullValues(boolean) - Method in class org.openntf.jsonbeanx.J2BSettings
Set this to true if you want null values to be skipped when creating a JSON string from beans, or when creating a bean from JSON (default is false).
shouldAllowMappedDuplicates() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the value set by J2BSettings.setAllowMappedDuplicates(boolean) (default is false)
shouldSkipNullValues() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the value set by J2BSettings.setSkipNullValues(boolean) (default is false).

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