c

org.scalameter.persistence.json

PicklerBasedMapDeserializer

class PicklerBasedMapDeserializer[MapKey <: PicklerBasedKey[_]] extends StdDeserializer[Map[MapKey, Any]]

Deserializer for maps with keys whose are subtype of org.scalameter.PicklerBasedKey.

MapKey

subtype of a org.scalameter.PicklerBasedKey

Linear Supertypes
StdDeserializer[Map[MapKey, Any]], Serializable, JsonDeserializer[Map[MapKey, Any]], NullValueProvider, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PicklerBasedMapDeserializer
  2. StdDeserializer
  3. Serializable
  4. JsonDeserializer
  5. NullValueProvider
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PicklerBasedMapDeserializer(clazz: Class[Map[MapKey, Any]], keyCreator: (String, Pickler[_]) => MapKey)

    clazz

    handled type

    keyCreator

    function used to create a concrete MapKey from fullName and org.scalameter.picklers.Pickler

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def _byteOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  5. def _coerceEmptyString(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  6. def _coerceIntegral(arg0: JsonParser, arg1: DeserializationContext): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  7. def _coerceNullToken(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  8. def _coerceTextualNull(arg0: DeserializationContext, arg1: Boolean): AnyRef
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  9. def _coercedTypeDesc(): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  10. def _deserializeFromArray(arg0: JsonParser, arg1: DeserializationContext): Map[MapKey, Any]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  11. def _deserializeFromEmpty(arg0: JsonParser, arg1: DeserializationContext): Map[MapKey, Any]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  12. def _deserializeWrappedValue(arg0: JsonParser, arg1: DeserializationContext): Map[MapKey, Any]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  13. def _failDoubleToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  14. final def _findNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: Nulls, arg3: JsonDeserializer[_ <: AnyRef]): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  15. def _hasTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  16. final def _intOverflow(arg0: Long): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  17. def _isEmptyOrTextualNull(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  18. final def _isIntNumber(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  19. final def _isNaN(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  20. final def _isNegInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  21. final def _isPosInf(arg0: String): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  22. def _nonNullNumber(arg0: Number): Number
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  23. def _parseBooleanFromInt(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  24. final def _parseBooleanPrimitive(arg0: DeserializationContext, arg1: JsonParser, arg2: Class[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  25. final def _parseBytePrimitive(arg0: JsonParser, arg1: DeserializationContext): Byte
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  26. def _parseDate(arg0: String, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  27. def _parseDate(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  28. def _parseDateFromArray(arg0: JsonParser, arg1: DeserializationContext): Date
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  29. final def _parseDoublePrimitive(arg0: DeserializationContext, arg1: String): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  30. final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext): Double
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  31. final def _parseFloatPrimitive(arg0: DeserializationContext, arg1: String): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  32. final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext): Float
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  33. final def _parseIntPrimitive(arg0: DeserializationContext, arg1: String): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  34. final def _parseIntPrimitive(arg0: JsonParser, arg1: DeserializationContext): Int
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  35. final def _parseLongPrimitive(arg0: DeserializationContext, arg1: String): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  36. final def _parseLongPrimitive(arg0: JsonParser, arg1: DeserializationContext): Long
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  37. final def _parseShortPrimitive(arg0: JsonParser, arg1: DeserializationContext): Short
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  38. final def _parseString(arg0: JsonParser, arg1: DeserializationContext): String
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  39. def _reportFailedNullCoerce(arg0: DeserializationContext, arg1: Boolean, arg2: Enum[_ <: AnyRef], arg3: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  40. final def _shortOverflow(arg0: Int): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  41. def _verifyEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  42. final def _verifyNullForPrimitive(arg0: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  43. final def _verifyNullForPrimitiveCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  44. final def _verifyNullForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  45. def _verifyNumberForScalarCoercion(arg0: DeserializationContext, arg1: JsonParser): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  46. def _verifyStringForScalarCoercion(arg0: DeserializationContext, arg1: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  47. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  48. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  49. def deserialize(p: JsonParser, ctx: DeserializationContext): Map[MapKey, Any]
    Definition Classes
    PicklerBasedMapDeserializer → JsonDeserializer
  50. def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: Map[MapKey, Any]): Map[MapKey, Any]
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  51. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer): AnyRef
    Definition Classes
    StdDeserializer → JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  52. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer, arg3: Map[MapKey, Any]): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  56. def findBackReference(arg0: String): SettableBeanProperty
    Definition Classes
    JsonDeserializer
  57. def findContentNullProvider(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  58. def findContentNullStyle(arg0: DeserializationContext, arg1: BeanProperty): Nulls
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  59. def findConvertingContentDeserializer(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  60. def findDeserializer(arg0: DeserializationContext, arg1: JavaType, arg2: BeanProperty): JsonDeserializer[AnyRef]
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  61. def findFormatFeature(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef], arg3: Feature): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  62. def findFormatOverrides(arg0: DeserializationContext, arg1: BeanProperty, arg2: Class[_ <: AnyRef]): Value
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  63. final def findValueNullProvider(arg0: DeserializationContext, arg1: SettableBeanProperty, arg2: PropertyMetadata): NullValueProvider
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  64. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  65. def getDelegatee(): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  66. def getEmptyAccessPattern(): AccessPattern
    Definition Classes
    JsonDeserializer
  67. def getEmptyValue(arg0: DeserializationContext): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  68. def getKnownPropertyNames(): Collection[AnyRef]
    Definition Classes
    JsonDeserializer
  69. def getNullAccessPattern(): AccessPattern
    Definition Classes
    JsonDeserializer → NullValueProvider
  70. def getNullValue(arg0: DeserializationContext): Map[MapKey, Any]
    Definition Classes
    JsonDeserializer → NullValueProvider
    Annotations
    @throws(classOf[com.fasterxml.jackson.databind.JsonMappingException])
  71. def getObjectIdReader(): ObjectIdReader
    Definition Classes
    JsonDeserializer
  72. def getValueType(arg0: DeserializationContext): JavaType
    Definition Classes
    StdDeserializer
  73. def getValueType(): JavaType
    Definition Classes
    StdDeserializer
  74. def handleMissingEndArrayForSingle(arg0: JsonParser, arg1: DeserializationContext): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  75. def handleUnknownProperty(arg0: JsonParser, arg1: DeserializationContext, arg2: AnyRef, arg3: String): Unit
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException])
  76. def handledType(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer → JsonDeserializer
  77. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  78. def isCachable(): Boolean
    Definition Classes
    JsonDeserializer
  79. def isDefaultDeserializer(arg0: JsonDeserializer[_ <: AnyRef]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  80. def isDefaultKeyDeserializer(arg0: KeyDeserializer): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
  81. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  82. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  84. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  85. def replaceDelegatee(arg0: JsonDeserializer[_ <: AnyRef]): JsonDeserializer[_ <: AnyRef]
    Definition Classes
    JsonDeserializer
  86. def supportsUpdate(arg0: DeserializationConfig): Boolean
    Definition Classes
    JsonDeserializer
  87. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  88. def toString(): String
    Definition Classes
    AnyRef → Any
  89. def unwrappingDeserializer(arg0: NameTransformer): JsonDeserializer[Map[MapKey, Any]]
    Definition Classes
    JsonDeserializer
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  91. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. final def _parseBooleanPrimitive(arg0: JsonParser, arg1: DeserializationContext): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws(classOf[java.io.IOException]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getEmptyValue(): AnyRef
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getNullValue(): Map[MapKey, Any]
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. final def getValueClass(): Class[_ <: AnyRef]
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from StdDeserializer[Map[MapKey, Any]]

Inherited from Serializable

Inherited from JsonDeserializer[Map[MapKey, Any]]

Inherited from NullValueProvider

Inherited from AnyRef

Inherited from Any

Ungrouped