Class AccessLogsDeserializer
java.lang.Object
com.fasterxml.jackson.databind.JsonDeserializer<T>
com.gooddata.sdk.common.collections.PageDeserializer<AccessLogs,AccessLog>
com.gooddata.sdk.model.auditevent.AccessLogsDeserializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
public class AccessLogsDeserializer
extends com.gooddata.sdk.common.collections.PageDeserializer<AccessLogs,AccessLog>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer
com.fasterxml.jackson.databind.JsonDeserializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AccessLogscreatePage(List<AccessLog> items, com.gooddata.sdk.common.collections.Paging paging, Map<String, String> links) Methods inherited from class com.gooddata.sdk.common.collections.PageDeserializer
deserializeMethods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
Constructor Details
-
AccessLogsDeserializer
public AccessLogsDeserializer()
-
-
Method Details
-
createPage
protected AccessLogs createPage(List<AccessLog> items, com.gooddata.sdk.common.collections.Paging paging, Map<String, String> links) - Specified by:
createPagein classcom.gooddata.sdk.common.collections.PageDeserializer<AccessLogs,AccessLog>
-