public class JSONPopulator extends Object
Constructor and Description |
---|
JSONPopulator() |
JSONPopulator(String dateFormat) |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Class clazz,
Type type,
Object value,
Method method) |
String |
getDateFormat() |
void |
populateObject(Object object,
Map elements) |
void |
setDateFormat(String dateFormat) |
public JSONPopulator()
public JSONPopulator(String dateFormat)
public String getDateFormat()
public void setDateFormat(String dateFormat)
public void populateObject(Object object, Map elements) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException, IntrospectionException, IllegalArgumentException, JSONException, InstantiationException
public Object convert(Class clazz, Type type, Object value, Method method) throws IllegalArgumentException, JSONException, IllegalAccessException, InvocationTargetException, InstantiationException, NoSuchMethodException, IntrospectionException
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.