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

G

getDateFormat() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the date format string used for converting between Date objects and Strings (and back)
getFieldMap() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the JSON fieldname to setter method name mappings currently being used.
getJSONClassPrefix(Class) - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the JSON fieldName that a Java bean class should be prefixed with (as set in J2BSettings.addJSONClassPrefix(Class, String)), or null if there should be no prefix for this class.
getLogger() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the logger being used by these settings, if any.
getMethodMap() - Method in class org.openntf.jsonbeanx.J2BSettings
Returns the getter method to JSON fieldname mappings currently being used.
getMissingFields(Object, Map) - Method in class org.openntf.jsonbeanx.J2BSettings
Return a List of any fields missing in the given Map that will be used to create the given object, based on fields added using J2BSettings.addRequiredField(Class, String).
getRequiredFields(Class) - Method in class org.openntf.jsonbeanx.J2BSettings
Return a Set of all fields required for a specific class, added using J2BSettings.addRequiredField(Class, String)

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