Packages

c

io.horizen.account

AccountAppModule

abstract class AccountAppModule extends AbstractModule

Linear Supertypes
AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AccountAppModule
  2. AbstractModule
  3. Module
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccountAppModule()

Abstract Value Members

  1. abstract def configureApp(): Unit

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: Message): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  5. def addError(arg0: Throwable): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  6. def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  7. var app: AccountSidechainApp
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bind[T](arg0: Class[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  10. def bind[T](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  11. def bind[T](arg0: Key[T]): LinkedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  12. def bindConstant(): AnnotatedConstantBindingBuilder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  13. def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  14. def bindListener(arg0: Matcher[_ >: Binding[_]], arg1: <repeated...>[ProvisionListener]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  15. def bindListener(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeListener): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  16. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  17. def binder(): Binder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  19. def configure(): Unit
    Definition Classes
    AccountAppModule → AbstractModule
  20. final def configure(arg0: Binder): Unit
    Definition Classes
    AbstractModule → Module
  21. def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeConverter): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  22. def currentStage(): Stage
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def get(sidechainSettings: SidechainSettings, customSecretSerializers: HashMap[Byte, SecretSerializer[Secret]], customAccountTransactionSerializers: HashMap[Byte, TransactionSerializer[AccountTransaction[Proposition, Proof[Proposition]]]], customApiGroups: List[AccountApplicationApiGroup], rejectedApiPaths: List[Pair[String, String]], chainInfo: ChainInfo, customMessageProcessors: List[MessageProcessor], applicationStopper: SidechainAppStopper, forkConfigurator: ForkConfigurator, appVersion: String, mcBlockReferenceDelay: Int): AccountSidechainApp
    Annotations
    @Provides()
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getMembersInjector[T](arg0: TypeLiteral[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  28. def getMembersInjector[T](arg0: Class[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  29. def getProvider[T](arg0: Class[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  30. def getProvider[T](arg0: Key[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def install(arg0: Module): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def requestInjection(arg0: Any): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  38. def requestStaticInjection(arg0: <repeated...>[Class[_]]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  39. def requireBinding(arg0: Class[_]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  40. def requireBinding(arg0: Key[_]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped