Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AccessLogs createPage​(java.util.List<AccessLog> items, com.gooddata.sdk.common.collections.Paging paging, java.util.Map<java.lang.String,​java.lang.String> links)  
      • Methods inherited from class com.gooddata.sdk.common.collections.PageDeserializer

        deserialize
      • Methods 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AccessLogsDeserializer

        public AccessLogsDeserializer()
    • Method Detail

      • createPage

        protected AccessLogs createPage​(java.util.List<AccessLog> items,
                                        com.gooddata.sdk.common.collections.Paging paging,
                                        java.util.Map<java.lang.String,​java.lang.String> links)
        Specified by:
        createPage in class com.gooddata.sdk.common.collections.PageDeserializer<AccessLogs,​AccessLog>