public class ResetPasswordEmailAttributesJsonSerializer extends BaseJsonSerializer<ResetPasswordEmailAttributes>
ResetPasswordEmailAttributes
Constructor and Description |
---|
ResetPasswordEmailAttributesJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
buildJson(ResetPasswordEmailAttributes resetPasswordEmailAttributes,
boolean includeRoot) |
buildJson, buildJson, wrapRoot
dateFormatter, datetimeFormatter, optCollection, optDate, optDateTime, optIntegerCollection, optIntegerList, optIntegerSet, optString, optStringCollection, optStringList, optStringSet
public ResetPasswordEmailAttributesJsonSerializer()
public org.json.JSONObject buildJson(ResetPasswordEmailAttributes resetPasswordEmailAttributes, boolean includeRoot)
buildJson
in class BaseJsonSerializer<ResetPasswordEmailAttributes>
resetPasswordEmailAttributes
- A T instanceincludeRoot
- Whether to wrap in root element or not