Package org.killbill.billing.jaxrs.json
Class JsonBase
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.JsonBase
-
- Direct Known Subclasses:
AccountEmailJson,AccountJson,BlockingStateJson,BundleJson,BundleTimelineJson,ComboPaymentJson,CustomFieldJson,GatewayNotificationJson,HostedPaymentPageBillingAddressJson,HostedPaymentPageCustomerJson,HostedPaymentPageFormDescriptorJson,InvoiceItemJson,InvoiceJson,PaymentAttemptJson,PaymentJson,PaymentMethodJson,PaymentTransactionJson,SubscriptionJson,SubscriptionJson.EventSubscriptionJson,TagDefinitionJson,TagJson,TenantJson,TenantKeyValueJson
public abstract class JsonBase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AuditLogJson>auditLogs
-
Constructor Summary
Constructors Constructor Description JsonBase()JsonBase(List<AuditLogJson> auditLogs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuditLogJson>getAuditLogs()protected List<PluginProperty>propertiesToList(Map<String,String> propertiesMap)protected Map<String,Object>propertiesToMap(Iterable<PluginProperty> properties)protected static List<AuditLogJson>toAuditLogJson(List<AuditLog> auditLogs)protected static List<PluginPropertyJson>toPluginPropertyJson(Iterable<PluginProperty> properties)protected static StringtoString(UUID id)
-
-
-
Field Detail
-
auditLogs
protected List<AuditLogJson> auditLogs
-
-
Constructor Detail
-
JsonBase
public JsonBase()
-
JsonBase
public JsonBase(@Nullable List<AuditLogJson> auditLogs)
-
-
Method Detail
-
toAuditLogJson
protected static List<AuditLogJson> toAuditLogJson(@Nullable List<AuditLog> auditLogs)
-
getAuditLogs
public List<AuditLogJson> getAuditLogs()
-
propertiesToList
protected List<PluginProperty> propertiesToList(Map<String,String> propertiesMap)
-
propertiesToMap
protected Map<String,Object> propertiesToMap(Iterable<PluginProperty> properties)
-
toPluginPropertyJson
protected static List<PluginPropertyJson> toPluginPropertyJson(Iterable<PluginProperty> properties)
-
-