com.twitter.bijection

ClassInjection

class ClassInjection[T] extends AbstractInjection[Class[T], String]

Injection between Class objects and string.

Linear Supertypes
AbstractInjection[Class[T], String], Injection[Class[T], String], Serializable, (Class[T]) ⇒ String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassInjection
  2. AbstractInjection
  3. Injection
  4. Serializable
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassInjection()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def andThen[T](g: (String) ⇒ T): (Class[T]) ⇒ T

    Definition Classes
    AbstractInjection → Function1
  7. def andThen[C](bij: Bijection[String, C]): Injection[Class[T], C]

    Follow the Injection with a Bijection

    Follow the Injection with a Bijection

    Definition Classes
    Injection
  8. def andThen[C](g: Injection[String, C]): Injection[Class[T], C]

    Composes two instances of Injection in a new Injection, with this one applied first.

    Composes two instances of Injection in a new Injection, with this one applied first.

    Definition Classes
    Injection
  9. def apply(k: Class[T]): String

    Definition Classes
    ClassInjectionAbstractInjectionInjection → Function1
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compose[T](g: (T) ⇒ Class[T]): (T) ⇒ String

    This is necessary for interop with Java, which is not smart enough to infer the proper type.

    This is necessary for interop with Java, which is not smart enough to infer the proper type.

    Definition Classes
    AbstractInjection → Function1
  13. def compose[T](bij: Bijection[T, Class[T]]): Injection[T, String]

    Definition Classes
    Injection
  14. def compose[T](g: Injection[T, Class[T]]): Injection[T, String]

    Composes two instances of Injection in a new Injection, with this one applied last.

    Composes two instances of Injection in a new Injection, with this one applied last.

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  20. def invert(s: String): Option[Class[T]]

    Definition Classes
    ClassInjectionAbstractInjectionInjection
  21. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    Function1 → AnyRef → Any
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractInjection[Class[T], String]

Inherited from Injection[Class[T], String]

Inherited from Serializable

Inherited from (Class[T]) ⇒ String

Inherited from AnyRef

Inherited from Any

Ungrouped