io.smallrye.beanbag.AllBeansWithNamesResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smallrye-beanbag Show documentation
Show all versions of smallrye-beanbag Show documentation
A trivial programmatic bean container implementation
The newest version!
package io.smallrye.beanbag;
import java.util.Map;
/**
* A supplier that resolves all bean from a scope.
*/
final class AllBeansWithNamesResolver implements BeanSupplier