Class/Object

com.twitter.bijection.protobuf

ProtobufEnumCodec

Related Docs: object ProtobufEnumCodec | package protobuf

Permalink

class ProtobufEnumCodec[T <: ProtocolMessageEnum] extends Injection[T, Int]

Linear Supertypes
Injection[T, Int], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProtobufEnumCodec
  2. Injection
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProtobufEnumCodec(klass: Class[T])

    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 andThen[C](g: (Int) ⇒ C): (T) ⇒ C

    Permalink
    Definition Classes
    Injection
  5. def andThen[C](bij: Bijection[Int, C]): Injection[T, C]

    Permalink
    Definition Classes
    Injection
  6. def andThen[C](g: Injection[Int, C]): Injection[T, C]

    Permalink
    Definition Classes
    Injection
  7. def apply(enum: T): Int

    Permalink
    Definition Classes
    ProtobufEnumCodec → Injection
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val cache: Map[Int, T]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compose[T](g: (T) ⇒ T): (T) ⇒ Int

    Permalink
    Definition Classes
    Injection
  12. def compose[T](bij: Bijection[T, T]): Injection[T, Int]

    Permalink
    Definition Classes
    Injection
  13. def compose[T](g: Injection[T, T]): Injection[T, Int]

    Permalink
    Definition Classes
    Injection
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def invert(i: Int): Product with Serializable with Try[T]

    Permalink
    Definition Classes
    ProtobufEnumCodec → Injection
  20. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toFunction: (T) ⇒ Int

    Permalink
    Definition Classes
    Injection
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. lazy val valueOf: Method

    Permalink
  28. final def wait(): Unit

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

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

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

Inherited from Injection[T, Int]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped