@Authors(value="Nikolche Mihajlovski")
@Since(value="5.3.0")
public class GuiceBeans
extends org.rapidoid.RapidoidThing
implements org.rapidoid.ioc.Beans
| Constructor and Description |
|---|
GuiceBeans(com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> type) |
Set<Object> |
getAll() |
Set<Object> |
getAnnotated(Collection<Class<? extends Annotation>> annotations) |
public <T> T get(Class<T> type)
get in interface org.rapidoid.ioc.Beanspublic final Set<Object> getAnnotated(Collection<Class<? extends Annotation>> annotations)
getAnnotated in interface org.rapidoid.ioc.BeansCopyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.