Class

io.buoyant.config

ConfigDeserializer

Related Doc: package config

Permalink

abstract class ConfigDeserializer[T] extends StdDeserializer[T] with Registration

Linear Supertypes
Registration, StdDeserializer[T], Serializable, JsonDeserializer[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConfigDeserializer
  2. Registration
  3. StdDeserializer
  4. Serializable
  5. JsonDeserializer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfigDeserializer()(implicit arg0: ClassTag[T])

    Permalink

Abstract Value Members

  1. abstract def deserialize(arg0: JsonParser, arg1: DeserializationContext): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _coerceIntegral(arg0: JsonParser, arg1: DeserializationContext): AnyRef

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  5. def _deserializeFromEmpty(arg0: JsonParser, arg1: DeserializationContext): T

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  6. def _failDoubleToIntCoercion(arg0: JsonParser, arg1: DeserializationContext, arg2: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  7. def _hasTextualNull(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  8. final def _isIntNumber(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  9. final def _isNaN(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  10. final def _isNegInf(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  11. final def _isPosInf(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  12. final def _parseBoolean(arg0: JsonParser, arg1: DeserializationContext): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  13. final def _parseBooleanFromNumber(arg0: JsonParser, arg1: DeserializationContext): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  14. final def _parseBooleanPrimitive(arg0: JsonParser, arg1: DeserializationContext): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def _parseByte(arg0: JsonParser, arg1: DeserializationContext): Byte

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  16. def _parseDate(arg0: JsonParser, arg1: DeserializationContext): Date

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  17. final def _parseDouble(arg0: JsonParser, arg1: DeserializationContext): Double

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  18. final def _parseDoublePrimitive(arg0: JsonParser, arg1: DeserializationContext): Double

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  19. final def _parseFloat(arg0: JsonParser, arg1: DeserializationContext): Float

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  20. final def _parseFloatPrimitive(arg0: JsonParser, arg1: DeserializationContext): Float

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  21. final def _parseIntPrimitive(arg0: JsonParser, arg1: DeserializationContext): Int

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  22. final def _parseInteger(arg0: JsonParser, arg1: DeserializationContext): Integer

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  23. final def _parseLong(arg0: JsonParser, arg1: DeserializationContext): Long

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  24. final def _parseLongPrimitive(arg0: JsonParser, arg1: DeserializationContext): Long

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def _parseShort(arg0: JsonParser, arg1: DeserializationContext): Short

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  26. final def _parseShortPrimitive(arg0: JsonParser, arg1: DeserializationContext): Short

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  27. final def _parseString(arg0: JsonParser, arg1: DeserializationContext): String

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def catchMappingException(ctxt: DeserializationContext)(t: ⇒ T): T

    Permalink
    Attributes
    protected
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: T): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  32. def deserializeWithType(arg0: JsonParser, arg1: DeserializationContext, arg2: TypeDeserializer): AnyRef

    Permalink
    Definition Classes
    StdDeserializer → JsonDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def findBackReference(arg0: String): SettableBeanProperty

    Permalink
    Definition Classes
    JsonDeserializer
  37. def findConvertingContentDeserializer(arg0: DeserializationContext, arg1: BeanProperty, arg2: JsonDeserializer[_]): JsonDeserializer[_]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( ... )
  38. def findDeserializer(arg0: DeserializationContext, arg1: JavaType, arg2: BeanProperty): JsonDeserializer[AnyRef]

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( ... )
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def getDelegatee(): JsonDeserializer[_]

    Permalink
    Definition Classes
    JsonDeserializer
  41. def getEmptyValue(arg0: DeserializationContext): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @throws( ... )
  42. def getKnownPropertyNames(): Collection[AnyRef]

    Permalink
    Definition Classes
    JsonDeserializer
  43. def getNullValue(arg0: DeserializationContext): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @throws( ... )
  44. def getObjectIdReader(): ObjectIdReader

    Permalink
    Definition Classes
    JsonDeserializer
  45. def getValueType(): JavaType

    Permalink
    Definition Classes
    StdDeserializer
  46. def handleUnknownProperty(arg0: JsonParser, arg1: DeserializationContext, arg2: Any, arg3: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def handledType(): Class[_]

    Permalink
    Definition Classes
    StdDeserializer → JsonDeserializer
  48. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  49. def isCachable(): Boolean

    Permalink
    Definition Classes
    JsonDeserializer
  50. def isDefaultDeserializer(arg0: JsonDeserializer[_]): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  51. def isDefaultKeyDeserializer(arg0: KeyDeserializer): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.databind.deser.std]
    Definition Classes
    StdDeserializer
  52. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  53. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. def register(module: SimpleModule): SimpleModule

    Permalink
    Definition Classes
    ConfigDeserializer → Registration
  57. def replaceDelegatee(arg0: JsonDeserializer[_]): JsonDeserializer[_]

    Permalink
    Definition Classes
    JsonDeserializer
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def unwrappingDeserializer(arg0: NameTransformer): JsonDeserializer[T]

    Permalink
    Definition Classes
    JsonDeserializer
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def getEmptyValue(): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getNullValue(): T

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def getValueClass(): Class[_]

    Permalink
    Definition Classes
    StdDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Registration

Inherited from StdDeserializer[T]

Inherited from Serializable

Inherited from JsonDeserializer[T]

Inherited from AnyRef

Inherited from Any

Ungrouped