public class DelegatingInjectionResources extends java.lang.Object implements InjectionResources
| Constructor and Description |
|---|
DelegatingInjectionResources(InjectionResources first,
InjectionResources next) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
findResource(java.lang.Class<T> type,
java.lang.reflect.Type genericType)
Given the field type, provide the matching resource value, or null.
|
public DelegatingInjectionResources(InjectionResources first, InjectionResources next)
public <T> T findResource(java.lang.Class<T> type, java.lang.reflect.Type genericType)
InjectionResourcesfindResource in interface InjectionResourcestype - type of field or parametergenericType - generic type information associated with field or parameter${project.version} - Copyright © 2003-2015 The Apache Software Foundation.