Class TypeReferences

java.lang.Object
org.apache.camel.component.salesforce.api.TypeReferences

public final class TypeReferences extends Object
Class that holds TypeReference instances needed for Jackson mapper to support generics.
  • Field Details

    • USAGES_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<Map<String,Limits.Usage>> USAGES_TYPE
    • REST_ERROR_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<RestError>> REST_ERROR_LIST_TYPE
    • REPORT_INSTANCE_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<ReportInstance>> REPORT_INSTANCE_LIST_TYPE
    • RECENT_REPORT_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<RecentReport>> RECENT_REPORT_LIST_TYPE
    • STRING_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<String>> STRING_LIST_TYPE
    • VERSION_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<Version>> VERSION_LIST_TYPE
    • SEARCH_RESULT_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<SearchResult>> SEARCH_RESULT_TYPE
    • RECENT_ITEM_LIST_TYPE

      public static final com.fasterxml.jackson.core.type.TypeReference<List<RecentItem>> RECENT_ITEM_LIST_TYPE