public interface Context
| Modifier and Type | Method and Description |
|---|---|
<T> Collection<Object> |
getAnnotatedInstances(Class<? extends Annotation> annotation) |
<T> Optional<? extends T> |
getInstance(Class<T> type) |
<T> Collection<T> |
getInstances(Class<T> type) |
<T> T |
require(Class<T> type) |
<T> Collection<Object> getAnnotatedInstances(Class<? extends Annotation> annotation)
<T> Collection<T> getInstances(Class<T> type)
<T> T require(Class<T> type)
Copyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.