Package io.smallrye.beanbag


package io.smallrye.beanbag
Classes which implement a simple, programmatic bean container.
  • Class
    Description
    A basic bean container.
    A builder for an individual bean's configuration.
    A builder for a new container.
    A builder for a bean supplier which constructs a bean using reflection.
    An exception indicating that a required bean failed to be instantiated.
    A value supplier for use from within a given scope.
    A filter which can be used to reject dependency candidates.
    An exception indicating that a failure occurred specifically with injection.
    An exception which indicates that a required bean is not present or resolvable in the scope.
    A (potentially nested) scope from which bean instances may be acquired.
    Shared utilities.