public final class ReflectionValueProvider extends Object implements IReflectionValueProvider
| Constructor and Description |
|---|
ReflectionValueProvider(IReflectionValueProvider valueProvider,
Map<Class,IValueHolder> services,
Map<Class,Class> links) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Class<?> clazz) |
<T> T |
get(Class<T> componentType) |
<T> Collection<T> |
getAll(Class<T> componentType) |
public ReflectionValueProvider(IReflectionValueProvider valueProvider, Map<Class,IValueHolder> services, Map<Class,Class> links)
public <T> Collection<T> getAll(Class<T> componentType)
getAll in interface IReflectionValueProviderpublic <T> T get(Class<T> componentType)
get in interface IReflectionValueProviderpublic boolean contains(Class<?> clazz)
contains in interface IReflectionValueProviderCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.