Class

io.buoyant.config.types

ThriftProtocolDeserializer

Related Doc: package types

Permalink

class ThriftProtocolDeserializer extends ConfigDeserializer[ThriftProtocol]

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

Instance Constructors

  1. new ThriftProtocolDeserializer()

    Permalink

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): ThriftProtocol

    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: ⇒ ThriftProtocol): ThriftProtocol

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigDeserializer
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def deserialize(jp: JsonParser, ctxt: DeserializationContext): ThriftProtocol

    Permalink
    Definition Classes
    ThriftProtocolDeserializer → JsonDeserializer
  32. def deserialize(arg0: JsonParser, arg1: DeserializationContext, arg2: ThriftProtocol): ThriftProtocol

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JsonDeserializer
  42. def getEmptyValue(arg0: DeserializationContext): ThriftProtocol

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

    Permalink
    Definition Classes
    JsonDeserializer
  44. def getNullValue(arg0: DeserializationContext): ThriftProtocol

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

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

    Permalink
    Definition Classes
    StdDeserializer
  47. 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] )
  48. def handledType(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deprecated Value Members

  1. def getEmptyValue(): ThriftProtocol

    Permalink
    Definition Classes
    JsonDeserializer
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getNullValue(): ThriftProtocol

    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 ConfigDeserializer[ThriftProtocol]

Inherited from Registration

Inherited from StdDeserializer[ThriftProtocol]

Inherited from Serializable

Inherited from JsonDeserializer[ThriftProtocol]

Inherited from AnyRef

Inherited from Any

Ungrouped