public interface Injector extends Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(Class<T> clazz)
Returns the appropriate instance for the given injection type
|
<T> T |
getInstance(Class<T> clazz,
String name)
Returns the appropriate instance for the given injection type and name
|
default int |
getOrder() |
Copyright © 2023. All rights reserved.