@Singleton @Visibility(value=LOCAL) public class ConfiguredByInjectionResolver extends Object implements InjectionResolver<Configured>
SYSTEM_RESOLVER_NAME| Constructor and Description |
|---|
ConfiguredByInjectionResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConstructorParameterIndicator() |
boolean |
isMethodParameterIndicator() |
Object |
resolve(Injectee injectee,
ServiceHandle<?> root) |
String |
toString() |
public Object resolve(Injectee injectee, ServiceHandle<?> root)
resolve in interface InjectionResolver<Configured>public boolean isConstructorParameterIndicator()
isConstructorParameterIndicator in interface InjectionResolver<Configured>public boolean isMethodParameterIndicator()
isMethodParameterIndicator in interface InjectionResolver<Configured>Copyright © 2009–2023 Oracle Corporation. All rights reserved.