BindModule

org.beangle.cdi.bind.BindModule
See theBindModule companion object
abstract class BindModule

Abstract BindModule class. The subclass can writed in /META-INF/beangle/cdi.xml using modules=com.your.class

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def $(s: String, defaultValue: String): PropertyPlaceHolder
final def ?: InjectPlaceHolder.type
final def configure(binder: Binding): Unit

Getter for the field config.

Getter for the field config.

Attributes

final def devEnabled: Boolean
final def inject[T](clazz: Class[T]): Injection[T]
def wiredEagerly(newvalue: Boolean): Unit