Packages

c

com.lightbend.lagom.javadsl.persistence.cassandra

CassandraPersistenceGuiceModule

class CassandraPersistenceGuiceModule extends AbstractModule

Guice module for the Cassandra Persistence API.

This serves one purpose, to invoke the @PostConstruct annotated init method on InitServiceLocatorHolder, since Guice doesn't support @PostConstruct.

Source
CassandraPersistenceGuiceModule.scala
Linear Supertypes
AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CassandraPersistenceGuiceModule
  2. AbstractModule
  3. Module
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CassandraPersistenceGuiceModule()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toany2stringadd[CassandraPersistenceGuiceModule] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CassandraPersistenceGuiceModule, B)
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toArrowAssoc[CassandraPersistenceGuiceModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def addError(arg0: Message): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  7. def addError(arg0: Throwable): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  8. def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def bind[T <: AnyRef](arg0: Class[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  11. def bind[T <: AnyRef](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  12. def bind[T <: AnyRef](arg0: Key[T]): LinkedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  13. def bindConstant(): AnnotatedConstantBindingBuilder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  14. def bindInterceptor(arg0: Matcher[_ >: Class[_ <: AnyRef] <: AnyRef], arg1: Matcher[_ >: Method <: AnyRef], arg2: <repeated...>[MethodInterceptor]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  15. def bindListener(arg0: Matcher[_ >: Binding[_ <: AnyRef] <: AnyRef], arg1: <repeated...>[ProvisionListener]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  16. def bindListener(arg0: Matcher[_ >: TypeLiteral[_ <: AnyRef] <: AnyRef], arg1: TypeListener): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  17. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  18. def binder(): Binder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. def configure(): Unit
    Definition Classes
    CassandraPersistenceGuiceModule → AbstractModule
  21. final def configure(arg0: Binder): Unit
    Definition Classes
    AbstractModule → Module
  22. def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_ <: AnyRef] <: AnyRef], arg1: TypeConverter): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  23. def currentStage(): Stage
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  24. def ensuring(cond: (CassandraPersistenceGuiceModule) => Boolean, msg: => Any): CassandraPersistenceGuiceModule
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toEnsuring[CassandraPersistenceGuiceModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (CassandraPersistenceGuiceModule) => Boolean): CassandraPersistenceGuiceModule
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toEnsuring[CassandraPersistenceGuiceModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: => Any): CassandraPersistenceGuiceModule
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toEnsuring[CassandraPersistenceGuiceModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): CassandraPersistenceGuiceModule
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toEnsuring[CassandraPersistenceGuiceModule] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  30. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  31. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toStringFormat[CassandraPersistenceGuiceModule] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  32. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def getMembersInjector[T <: AnyRef](arg0: TypeLiteral[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  34. def getMembersInjector[T <: AnyRef](arg0: Class[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  35. def getProvider[T <: AnyRef](arg0: Class[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  36. def getProvider[T <: AnyRef](arg0: Key[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def install(arg0: Module): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def requestInjection(arg0: AnyRef): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  44. def requestStaticInjection(arg0: <repeated...>[Class[_ <: AnyRef]]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  45. def requireBinding(arg0: Class[_ <: AnyRef]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  46. def requireBinding(arg0: Key[_ <: AnyRef]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def [B](y: B): (CassandraPersistenceGuiceModule, B)
    Implicit
    This member is added by an implicit conversion from CassandraPersistenceGuiceModule toArrowAssoc[CassandraPersistenceGuiceModule] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromCassandraPersistenceGuiceModule to any2stringadd[CassandraPersistenceGuiceModule]

Inherited by implicit conversion StringFormat fromCassandraPersistenceGuiceModule to StringFormat[CassandraPersistenceGuiceModule]

Inherited by implicit conversion Ensuring fromCassandraPersistenceGuiceModule to Ensuring[CassandraPersistenceGuiceModule]

Inherited by implicit conversion ArrowAssoc fromCassandraPersistenceGuiceModule to ArrowAssoc[CassandraPersistenceGuiceModule]

Ungrouped