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

J

J2BConverter - Class in org.openntf.jsonbeanx
The J2BConverter class can do the following:
J2BException - Exception in org.openntf.jsonbeanx
An Exception thrown by the J2BConverter.
J2BException(String) - Constructor for exception org.openntf.jsonbeanx.J2BException
 
J2BException(String, Throwable) - Constructor for exception org.openntf.jsonbeanx.J2BException
 
J2BSettings - Class in org.openntf.jsonbeanx
Settings used by J2BConverter when you are converting between JSON strings and Java beans.
J2BSettings() - Constructor for class org.openntf.jsonbeanx.J2BSettings
 
jsonToBean(Class<T>, String) - Static method in class org.openntf.jsonbeanx.J2BConverter
Convert a JSON string to a Java bean of type beanClass using default settings.
jsonToBean(Class<T>, String, J2BSettings) - Static method in class org.openntf.jsonbeanx.J2BConverter
Convert a JSON string to a Java bean of type beanClass using the given settings.

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