DefaultModule

org.beangle.ems.core.cas.DefaultModule
class DefaultModule extends BindModule with PropertySource

Attributes

Graph
Supertypes
trait PropertySource
class BindModule
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def binding(): Unit

binding.

binding.

Attributes

Definition Classes
BindModule
override def properties: Map[String, String]

Attributes

Definition Classes
PropertySource

Inherited methods

final def $(s: String, defaultValue: String): PropertyPlaceHolder

Attributes

Inherited from:
BindModule
final def ?: InjectPlaceHolder.type

Attributes

Inherited from:
BindModule
final def configure(binder: Binding): Unit

Getter for the field config.

Getter for the field config.

Attributes

Inherited from:
BindModule
final def devEnabled: Boolean

Attributes

Inherited from:
BindModule
final def inject[T](clazz: Class[T]): Injection[T]

Attributes

Inherited from:
BindModule
def wiredEagerly(newvalue: Boolean): Unit

Attributes

Inherited from:
BindModule