public abstract class JsonBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditLogJson> |
auditLogs |
| Constructor and Description |
|---|
JsonBase() |
JsonBase(List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogJson> |
getAuditLogs() |
protected List<PluginProperty> |
propertiesToList(Map<String,String> propertiesMap) |
protected Map<String,Object> |
propertiesToMap(Iterable<PluginProperty> properties) |
protected static com.google.common.collect.ImmutableList<AuditLogJson> |
toAuditLogJson(List<AuditLog> auditLogs) |
protected static List<PluginPropertyJson> |
toPluginPropertyJson(Iterable<PluginProperty> properties) |
protected static String |
toString(UUID id) |
protected List<AuditLogJson> auditLogs
public JsonBase()
public JsonBase(@Nullable List<AuditLogJson> auditLogs)
protected static com.google.common.collect.ImmutableList<AuditLogJson> toAuditLogJson(@Nullable List<AuditLog> auditLogs)
public List<AuditLogJson> getAuditLogs()
protected List<PluginProperty> propertiesToList(Map<String,String> propertiesMap)
protected Map<String,Object> propertiesToMap(Iterable<PluginProperty> properties)
protected static List<PluginPropertyJson> toPluginPropertyJson(Iterable<PluginProperty> properties)
Copyright © 2010–2022. All rights reserved.